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

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

[avr-libc-commit] [2295] Reported by Itai Nahshon:


From: Joerg Wunsch
Subject: [avr-libc-commit] [2295] Reported by Itai Nahshon:
Date: Sun, 10 Jun 2012 18:35:59 +0000

Revision: 2295
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2295
Author:   joerg_wunsch
Date:     2012-06-10 18:35:57 +0000 (Sun, 10 Jun 2012)
Log Message:
-----------
Reported by Itai Nahshon:
XXX_vect_num not consistent io90pwmx.h, iousbxx6_7.h
* include/avr/iousbxx6_7.h (TWI_vect_num): make this a number
* include/avr/io90pwmx.h (TIMER1_COMPA_vect_num): (Dito.)

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/NEWS
    trunk/avr-libc/include/avr/io90pwmx.h
    trunk/avr-libc/include/avr/iousbxx6_7.h

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2012-06-03 20:08:31 UTC (rev 2294)
+++ trunk/avr-libc/ChangeLog    2012-06-10 18:35:57 UTC (rev 2295)
@@ -1,3 +1,10 @@
+2012-06-10  Joerg Wunsch <address@hidden>
+
+       Reported by Itai Nahshon:
+       XXX_vect_num not consistent io90pwmx.h, iousbxx6_7.h
+       * include/avr/iousbxx6_7.h (TWI_vect_num): make this a number
+       * include/avr/io90pwmx.h (TIMER1_COMPA_vect_num): (Dito.)
+
 2012-06-03  Joerg Wunsch <address@hidden>
 
        bug #36581: avr-libc: pgmspace.h is not ANSI compliant

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2012-06-03 20:08:31 UTC (rev 2294)
+++ trunk/avr-libc/NEWS 2012-06-10 18:35:57 UTC (rev 2295)
@@ -8,6 +8,7 @@
   [#35398] assert doesn't work unless stdlib.h is also included
   [#36454] string.h: Error for long long in C90
   [#36581] avr-libc: pgmspace.h is not ANSI compliant
+  [no-id]  XXX_vect_num not consistent io90pwmx.h, iousbxx6_7.h
 
 * New devices supported:
 

Modified: trunk/avr-libc/include/avr/io90pwmx.h
===================================================================
--- trunk/avr-libc/include/avr/io90pwmx.h       2012-06-03 20:08:31 UTC (rev 
2294)
+++ trunk/avr-libc/include/avr/io90pwmx.h       2012-06-10 18:35:57 UTC (rev 
2295)
@@ -1249,7 +1249,7 @@
 #define SIG_INPUT_CAPTURE1             _VECTOR(11)
 
 /* Timer/Counter1 Compare Match A */
-#define TIMER1_COMPA_vect_num  _VECTOR(12)
+#define TIMER1_COMPA_vect_num  12
 #define TIMER1_COMPA_vect              _VECTOR(12)
 #define SIG_OUTPUT_COMPARE1A           _VECTOR(12)
 #define SIG_OUTPUT_COMPARE1_A          _VECTOR(12)

Modified: trunk/avr-libc/include/avr/iousbxx6_7.h
===================================================================
--- trunk/avr-libc/include/avr/iousbxx6_7.h     2012-06-03 20:08:31 UTC (rev 
2294)
+++ trunk/avr-libc/include/avr/iousbxx6_7.h     2012-06-10 18:35:57 UTC (rev 
2295)
@@ -1302,7 +1302,7 @@
 #define TIMER3_OVF_vect                        _VECTOR(35)
 
 /* 2-wire Serial Interface */
-#define TWI_vect_num                   _VECTOR(36)
+#define TWI_vect_num                   36
 #define TWI_vect                           _VECTOR(36)
 
 /* Store Program Memory Read */




reply via email to

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