avr-libc icon indicating copy to clipboard operation
avr-libc copied to clipboard

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

Open avrs-admin opened this issue 3 years ago • 1 comments

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

avrs-admin avatar Jan 31 '22 01:01 avrs-admin

Pitchumani Tue 29 Apr 2014 01:02:09 PM CEST

looks like this is corrected already. Resolving this bug as invalid.

avrs-admin avatar Jan 31 '22 01:01 avrs-admin