Update of bug #21958 (project avr-libc):
Summary: UBRR0/UBRR1 SFR redefined in ATmegaXX8p anm devices
=> UBRR0/UBRR1 SFR is redefined for ATmegaXX8p and atmega1284p devices
_______________________________________________________
Follow-up Comment #1:
atmega1284p.h:
line 947:
#define UBRR0 _SFR_MEM16(0xC4)
#define UBRR0L _SFR_MEM8(0xC4)
#define UBRR0 0
#define UBRR1 1
line 1005:
#define UBRR1 _SFR_MEM16(0xCC)
#define UBRR1L _SFR_MEM8(0xCC)
#define UBRR0 0
#define UBRR1 1
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?21958>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
_______________________________________________
AVR-libc-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev