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 17:01:00 -0500

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

Changes by: Joerg Wunsch <address@hidden>
Date: 2002-Dec-14 23:00 (Europe/Berlin)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
         Assigned to | None                      | joerg_wunsch
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Suggested fix applied in rev 1.6 of
include/avr/iom169.h.

Thanks!



=================== BUG #1984: FULL BUG SNAPSHOT ===================


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

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

Follow-up Comments
*******************

-------------------------------------------------------
Date: 2002-Dec-14 23:00             By: joerg_wunsch
Suggested fix applied in rev 1.6 of
include/avr/iom169.h.

Thanks!


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]