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

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

[avr-libc-commit] [2260] 2011-11-02 Eric B.


From: Eric Weddington
Subject: [avr-libc-commit] [2260] 2011-11-02 Eric B.
Date: Wed, 02 Nov 2011 16:53:30 +0000

Revision: 2260
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2260
Author:   arcanum
Date:     2011-11-02 16:53:30 +0000 (Wed, 02 Nov 2011)
Log Message:
-----------
2011-11-02  Eric B. Weddington  <address@hidden>

        * include/avr/iox64a1.h (enum TC_EVACT_enum): Fix typo in enum list.
        Compared to iox128a1.h. Thanks to Francois Costin for the fix.

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

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2011-10-19 11:07:02 UTC (rev 2259)
+++ trunk/avr-libc/ChangeLog    2011-11-02 16:53:30 UTC (rev 2260)
@@ -1,3 +1,8 @@
+2011-11-02  Eric B. Weddington  <address@hidden>
+
+       * include/avr/iox64a1.h (enum TC_EVACT_enum): Fix typo in enum list.
+       Compared to iox128a1.h. Thanks to Francois Costin for the fix.
+
 2011-10-19  Joerg Wunsch <address@hidden>
 
        * doc/api/faq.dox (faq_assign_chain): Add paragraph about avoiding

Modified: trunk/avr-libc/include/avr/iox64a1.h
===================================================================
--- trunk/avr-libc/include/avr/iox64a1.h        2011-10-19 11:07:02 UTC (rev 
2259)
+++ trunk/avr-libc/include/avr/iox64a1.h        2011-11-02 16:53:30 UTC (rev 
2260)
@@ -2275,7 +2275,7 @@
     TC_EVACT_UPDOWN_gc = (0x02<<5),  /* Externally Controlled Up/Down Count */
     TC_EVACT_QDEC_gc = (0x03<<5),  /* Quadrature Decode */
     TC_EVACT_RESTART_gc = (0x04<<5),  /* Restart */
-    TC_EVACT_FRW_gc = (0x05<<5),  /* Frequency Capture */
+    TC_EVACT_FRQ_gc = (0x05<<5),  /* Frequency Capture */
     TC_EVACT_PW_gc = (0x06<<5),  /* Pulse-width Capture */
 } TC_EVACT_t;
 




reply via email to

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