]> oss.titaniummirror.com Git - msp430-libc.git/blobdiff - include/msp430/lcd.h
Imported msp430-libc-20100207
[msp430-libc.git] / include / msp430 / lcd.h
index e4500a3178bf3b1fcea252b02c63ca29a256c3ec..a895b68c19535d0d847e451b9bfde3e393476d5a 100644 (file)
@@ -9,7 +9,7 @@
  * (c) 2002 by M. P. Ashton <data@ieee.org>
  * Originally based in part on work by Texas Instruments Inc.
  *
- * $Id: lcd.h,v 1.6 2005/03/11 15:49:50 coppice Exp $
+ * $Id: lcd.h,v 1.7 2008/10/09 15:00:14 sb-sf Exp $
  */
 
 /* Switches:
@@ -61,7 +61,7 @@ sfrb(LCDCTL,LCDCTL_);
 #define LCDOGOFF            (LCDP2|LCDP1|LCDP0)     /* S0  - S39 */
 
 #define LCDMEM_             LCD_BASE+1              /* LCD memory */
-#if defined(_GNU_ASSEMBLER_)
+#if defined(__ASSEMBLER__)
 #define LCDMEM              LCDMEM_                 /* LCD memory (for assembler) */
 #else
 #define LCDMEM              ((char*) LCDMEM_)       /* LCD memory (for C) */