URL:
<http://savannah.nongnu.org/bugs/?21691>
Summary: iomx8.h-> IVSEL and IVCE should not be available
for ATmega48
Project: AVR C Runtime Library
Submitted by: curtvm
Submitted on: Saturday 12/01/2007 at 07:19
Category: Header
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Header files
Status: None
Percent Complete: 0%
Assigned to: None
Originator Email: [EMAIL PROTECTED]
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
original-
#define MCUCR _SFR_IO8 (0x35)
/* MCUCR */
#define PUD 4
#define IVSEL 1
#define IVCE 0
should be changed to-
#define MCUCR _SFR_IO8 (0x35)
/* MCUCR */
#define PUD 4
#if defined (__AVR_ATmega88__) || defined (__AVR_ATmega168__)
#define IVSEL 1
#define IVCE 0
#endif
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?21691>
_______________________________________________
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