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

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

[avr-libc-commit] [2168] Remove the #error for architectures that


From: Joerg Wunsch
Subject: [avr-libc-commit] [2168] Remove the #error for architectures that
Date: Sun, 13 Jun 2010 14:35:06 +0000

Revision: 2168
          http://svn.sv.gnu.org/viewvc/?view=rev&root=avr-libc&revision=2168
Author:   joerg_wunsch
Date:     2010-06-13 14:35:04 +0000 (Sun, 13 Jun 2010)
Log Message:
-----------
Remove the #error for architectures that
don't support segmented progmem access.

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

Modified: trunk/avr-libc/ChangeLog
===================================================================
--- trunk/avr-libc/ChangeLog    2010-06-13 13:15:56 UTC (rev 2167)
+++ trunk/avr-libc/ChangeLog    2010-06-13 14:35:04 UTC (rev 2168)
@@ -1,3 +1,8 @@
+2010-06-13  Joerg Wunsch <address@hidden>
+
+       * include/avr/pgmspace.h: Remove the #error for architectures that
+       don't support segmented progmem access.
+
 2010-06-12  Eric B. Weddington  <address@hidden>
 
        Special thanks to Carlos Lamas and Jan Waclawek for contributing

Modified: trunk/avr-libc/include/avr/pgmspace.h
===================================================================
--- trunk/avr-libc/include/avr/pgmspace.h       2010-06-13 13:15:56 UTC (rev 
2167)
+++ trunk/avr-libc/include/avr/pgmspace.h       2010-06-13 14:35:04 UTC (rev 
2168)
@@ -1004,8 +1004,8 @@
   }))
 
 
-#else
-  #error "No pgm_seg support for ATmega103."
+//#else
+//  No support for segmented program space memory available.
 #endif
 
 




reply via email to

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