Skip to content

[bug #38949] PR_USART0_bm macro misspelt when defining PR_PRPC for xmega d3/d4 devices #562

Open
@avrs-admin

Description

@avrs-admin

Thu 09 May 2013 03:27:29 PM CEST

PR_PRPC is defined as

PR_PRPC |= (uint8_t)(PR_TWI_bm|R_USART0_bm|PR_SPI_bm|PR_HIRES_bm|PR_TC1_bm|PR_TC0_bm);

R_USART0_bm should actually by PR_USART0_bm.

Patch attached

ChangeLog

2013-05-09  George Thomas [email protected]

  • include/avr/power.h (power_all_disable): Fix typo in bitmask name for
    xmega d3/d4 devices

file #28052: typo_usart0_bm.patch

This issue was migrated from https://savannah.nongnu.org/bugs/?38949

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidThis doesn't seem right

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions