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

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

[avr-libc-commit] [2253] 2011-09-26 Eric B.


From: Eric Weddington
Subject: [avr-libc-commit] [2253] 2011-09-26 Eric B.
Date: Mon, 26 Sep 2011 14:53:43 +0000

Revision: 2253
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2253
Author:   arcanum
Date:     2011-09-26 14:53:41 +0000 (Mon, 26 Sep 2011)
Log Message:
-----------
2011-09-26  Eric B. Weddington <address@hidden>

        Fix for bug #33920.
        * include/iotn167.h (ICR): Define ICR to be a word register.
        * NEWS: Add to fixed bug list.

Ticket Links:
------------
    http://savannah.gnu.org/bugs/?33920

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

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2011-09-22 07:23:55 UTC (rev 2252)
+++ trunk/avr-libc/ChangeLog    2011-09-26 14:53:41 UTC (rev 2253)
@@ -1,3 +1,9 @@
+2011-09-26  Eric B. Weddington <address@hidden>
+
+       Fix for bug #33920.
+       * include/iotn167.h (ICR): Define ICR to be a word register.
+       * NEWS: Add to fixed bug list.
+
 2011-09-22  Joerg Wunsch <address@hidden>
 
        * configure.ac (avr_libc_revision, avr_libc_reldate): Bump in

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2011-09-22 07:23:55 UTC (rev 2252)
+++ trunk/avr-libc/NEWS 2011-09-26 14:53:41 UTC (rev 2253)
@@ -14,6 +14,7 @@
   [#33130] twitest.c source code is broken
   [#33230] Sleep modes have incorrect names for ATtiny261/461/861
   [#33238] Wrong _VECTORS_SIZE for mega8U2 et al
+  [#33920] ICR1 incorrectly defined for tiny167
   [#34047] missing math.h include in delay.h
   [no-id]  New names for CLKSTA/CLKSEL0/1 for AT90USB82/162
   system when power_all_disable() is used

Modified: trunk/avr-libc/include/avr/iotn167.h
===================================================================
--- trunk/avr-libc/include/avr/iotn167.h        2011-09-22 07:23:55 UTC (rev 
2252)
+++ trunk/avr-libc/include/avr/iotn167.h        2011-09-26 14:53:41 UTC (rev 
2253)
@@ -529,7 +529,7 @@
 #define TCNT1H6 6
 #define TCNT1H7 7
 
-#define ICR1 _SFR_MEM8(0x86)
+#define ICR1 _SFR_MEM16(0x86)
 
 #define ICR1L _SFR_MEM8(0x86)
 #define ICR1L0 0




reply via email to

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