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

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

[avr-libc-dev] [Bug #1648] iom169.h: PE0 redefined


From: nobody
Subject: [avr-libc-dev] [Bug #1648] iom169.h: PE0 redefined
Date: Fri, 08 Nov 2002 14:18:59 -0500

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

Changes by: Theodore A. Roth <address@hidden>
Date: 2002-Nov-08 11:18 (US/Pacific)

            What     | Removed                   | Added
---------------------------------------------------------------------------
            Severity | 5 - Major                 | 1 - Ordinary
          Resolution | None                      | Fixed
         Assigned to | None                      | troth
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
This is a typo for the bit definitions of the UCSR0A register. Here's the 
committed fix:

Index: iom169.h
===================================================================
RCS file: /cvsroot/avr-libc/avr-libc/include/avr/iom169.h,v
retrieving revision 1.2
diff -u -r1.2 iom169.h
--- iom169.h    30 Sep 2002 18:38:05 -0000      1.2
+++ iom169.h    8 Nov 2002 19:09:18 -0000
@@ -876,7 +876,7 @@
 #define UDRE0  5
 #define FE0       4
 #define DOR0   3
-#define PE0    2
+#define UPE0   2
 #define U2X0   1
 #define MPCM0  0
 




=================== BUG #1648: FULL BUG SNAPSHOT ===================


Submitted by: arcanum                   Project: AVR C Runtime Library          
Submitted on: 2002-Nov-08 10:47
Category:  None                         Severity:  1 - Ordinary                 
Bug Group:  None                        Resolution:  Fixed                      
Assigned to:  troth                     Status:  Closed                         

Summary:  iom169.h: PE0 redefined

Original Submission:  PE0 redefined with different values in iom169.h. This 
only gave a compilation warning.

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

-------------------------------------------------------
Date: 2002-Nov-08 11:18             By: troth
This is a typo for the bit definitions of the UCSR0A register. Here's the 
committed fix:

Index: iom169.h
===================================================================
RCS file: /cvsroot/avr-libc/avr-libc/include/avr/iom169.h,v
retrieving revision 1.2
diff -u -r1.2 iom169.h
--- iom169.h    30 Sep 2002 18:38:05 -0000      1.2
+++ iom169.h    8 Nov 2002 19:09:18 -0000
@@ -876,7 +876,7 @@
 #define UDRE0  5
 #define FE0       4
 #define DOR0   3
-#define PE0    2
+#define UPE0   2
 #define U2X0   1
 #define MPCM0  0
 



CC list is empty


No files currently attached


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




reply via email to

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