avr-libc
avr-libc copied to clipboard
[bug #38949] PR_USART0_bm macro misspelt when defining PR_PRPC for xmega d3/d4 devices
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
Pitchumani
looks like this is corrected already. Resolving this bug as invalid.