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

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

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


From: Theodore A. Roth
Subject: Re: [avr-libc-dev] [Bug #1984] Error in iom169.h :115
Date: Tue, 17 Dec 2002 01:07:07 -0800 (PST)

FYI:

I had to do a little cleanup on this since some of Joerg's header reorg
patch slipped in accidently and broke the build. I think my changes are ok, 
but someone should look it over since it's really late and I'm pretty tired.

Ted Roth

On Sat, 14 Dec 2002, address@hidden wrote:

:)
:)=================== 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
:)
:)
:)_______________________________________________
:)AVR-libc-dev mailing list
:)address@hidden
:)http://mail.nongnu.org/mailman/listinfo/avr-libc-dev
:)




reply via email to

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