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

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

[avr-libc-commit] [2186] Comment changes in stdiodemo example - fix for


From: Anitha Boyapati
Subject: [avr-libc-commit] [2186] Comment changes in stdiodemo example - fix for bug30669
Date: Wed, 22 Sep 2010 10:25:16 +0000

Revision: 2186
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2186
Author:   aboyapati
Date:     2010-09-22 10:25:15 +0000 (Wed, 22 Sep 2010)
Log Message:
-----------
Comment changes in stdiodemo example - fix for bug30669

Modified Paths:
--------------
    trunk/avr-libc/ChangeLog
    trunk/avr-libc/NEWS
    trunk/avr-libc/doc/examples/stdiodemo/defines.h

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2010-09-22 07:06:35 UTC (rev 2185)
+++ trunk/avr-libc/ChangeLog    2010-09-22 10:25:15 UTC (rev 2186)
@@ -1,5 +1,9 @@
 2010-09-22  Anitha Boyapti  <address@hidden>
 
+       * doc/examples/stdiodemo/defines.h: Modify comment
+
+2010-09-22  Anitha Boyapti  <address@hidden>
+
        Fix for bugs #30552 and #30569. 
        Thanks to Frederic Nadeau for the patch.
        * include/avr/iom16u4.h: Modify ADCTS3 to 3.

Modified: trunk/avr-libc/NEWS
===================================================================
--- trunk/avr-libc/NEWS 2010-09-22 07:06:35 UTC (rev 2185)
+++ trunk/avr-libc/NEWS 2010-09-22 10:25:15 UTC (rev 2186)
@@ -144,6 +144,7 @@
   [#30475] SPM_PAGESIZE is incorrect in io90pwm3b.h and io90pwm2b.h
   [#30552] Missing definition ADCW
   [#30569] ATmega16U4/32U4 wrong bit definition
+  [#30669] Improve comment in stdiodemo
 
 * Other changes:
 

Modified: trunk/avr-libc/doc/examples/stdiodemo/defines.h
===================================================================
--- trunk/avr-libc/doc/examples/stdiodemo/defines.h     2010-09-22 07:06:35 UTC 
(rev 2185)
+++ trunk/avr-libc/doc/examples/stdiodemo/defines.h     2010-09-22 10:25:15 UTC 
(rev 2186)
@@ -21,7 +21,7 @@
 #define HD44780_RS A, 6
 #define HD44780_RW A, 4
 #define HD44780_E  A, 5
-/* The data bits have to be in ascending order. */
+/* The data bits have to be not only in ascending order but also consecutive. 
*/
 #define HD44780_D4 A, 0
 
 /* Whether to read the busy flag, or fall back to




reply via email to

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