]> oss.titaniummirror.com Git - msp430-libc.git/blobdiff - include/msp430/lcd_a.h
Imported msp430-libc-20100207
[msp430-libc.git] / include / msp430 / lcd_a.h
index 5559bf76377f5a49dfeb2f4d0a4bd6b4b68d7f53..edb92bcb28435aad7963837a0976e965137eb356 100644 (file)
@@ -9,7 +9,7 @@
  * (c) 2005 by Steve Underwood <steveu@coppice.org>
  * Originally based in part on work by Texas Instruments Inc.
  *
- * $Id: lcd_a.h,v 1.3 2006/01/25 16:39:10 coppice Exp $
+ * $Id: lcd_a.h,v 1.4 2008/10/09 15:00:14 sb-sf Exp $
  */
 
 /* Switches: none */
@@ -115,7 +115,7 @@ sfrb(LCDAVCTL1, LCDAVCTL1_);
 #define VLCD_3_44           (15<<1)     /* VLCD = 3.44V */
 
 #define LCDMEM_             LCD_BASE+1              /* LCD memory */
-#ifdef _GNU_ASSEMBLER_
+#ifdef __ASSEMBLER__
 #define LCDMEM              LCDMEM_                 /* LCD memory (for assembler) */
 #else
 #define LCDMEM              ((char*) LCDMEM_)       /* LCD memory (for C) */