avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] [Bug #1984] Error in iom169.h :115


From: nobody
Subject: [avr-libc-dev] [Bug #1984] Error in iom169.h :115
Date: Sat, 14 Dec 2002 16:52:51 -0500

=================== BUG #1984: FULL BUG SNAPSHOT ===================
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=1984&group_id=2140

Submitted by: jonhelge                  Project: AVR C Runtime Library          
Submitted on: 2002-Dec-14 21:52
Category:  None                         Severity:  5 - Major                    
Bug Group:  None                        Resolution:  None                       
Assigned to:  None                      Originator Email:  address@hidden
Status:  Open                           

Summary:  Error in iom169.h :115

Original Submission:  /* Timer/Counter Control Register A */
#define TCCR0A _SFT_IO8(0x24)

should be changed to:
#define TCCR0A _SFR_IO8(0x24)

If not edited it won't compile if you try to use the timer on the atMega169



No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.nongnu.org/bugs/?func=detailbug&bug_id=1984&group_id=2140



reply via email to

[Prev in Thread] Current Thread [Next in Thread]