avrdudes / avr-libc

The AVR-LibC package provides a subset of the standard C library for AVR 8-bit RISC microcontrollers.
https://avrdudes.github.io/avr-libc/
Other
250 stars 54 forks source link

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

Open avrs-admin opened 2 years ago

avrs-admin commented 2 years ago

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 george.thomas@atmel.com

file #28052: typo_usart0_bm.patch

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

avrs-admin commented 2 years ago

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

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