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

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

[avr-libc-commit] [2303] Unpoison the ADCW define, it's not obsolete.


From: Joerg Wunsch
Subject: [avr-libc-commit] [2303] Unpoison the ADCW define, it's not obsolete.
Date: Thu, 06 Dec 2012 12:02:47 +0000

Revision: 2303
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2303
Author:   joerg_wunsch
Date:     2012-12-06 12:02:46 +0000 (Thu, 06 Dec 2012)
Log Message:
-----------
Unpoison the ADCW define, it's not obsolete.

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

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2012-11-26 10:52:01 UTC (rev 2302)
+++ trunk/avr-libc/ChangeLog    2012-12-06 12:02:46 UTC (rev 2303)
@@ -1,3 +1,7 @@
+2012-12-06  Joerg Wunsch <address@hidden>
+
+       * include/avr/iom128.h (ADCW): unpoison this
+
 2012-11-26  Joerg Wunsch <address@hidden>
 
        Standard scanf() conversion macros for 8-bit data types:

Modified: trunk/avr-libc/include/avr/iom128.h
===================================================================
--- trunk/avr-libc/include/avr/iom128.h 2012-11-26 10:52:01 UTC (rev 2302)
+++ trunk/avr-libc/include/avr/iom128.h 2012-12-06 12:02:46 UTC (rev 2303)
@@ -66,7 +66,7 @@
 #define PORTE     _SFR_IO8(0x03)
 
 /* ADC Data Register */
-#define ADCW      _SFR_IO16(0x04) /* for backwards compatibility */
+#define ADCW      _SFR_IO16(0x04)
 #ifndef __ASSEMBLER__
 #define ADC       _SFR_IO16(0x04)
 #endif
@@ -1241,7 +1241,6 @@
 
 #pragma GCC system_header
 
-#pragma GCC poison ADCW
 #pragma GCC poison MCUSR
 #pragma GCC poison SPMCR
 




reply via email to

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