]> oss.titaniummirror.com Git - msp430-libc.git/blobdiff - include/msp430/scanif.h
Imported msp430-libc-20100207
[msp430-libc.git] / include / msp430 / scanif.h
index ab24ab706031315b8caef66b167e9854faa9d1a1..6c3206116a5039ffd8f422ade8973a66b6ae3dd0 100644 (file)
@@ -9,7 +9,7 @@
  * (c) 2003 by Steve Underwood <steveu@coppice.org>
  * Originally based in part on work by Texas Instruments Inc.
  *
- * $Id: scanif.h,v 1.2 2004/04/05 14:05:46 coppice Exp $
+ * $Id: scanif.h,v 1.3 2008/10/09 15:00:14 sb-sf Exp $
  */
 
 /* Switches: none */
@@ -48,7 +48,7 @@ sfrw(SIFDACR6, SIFDACR6_);
 sfrw(SIFDACR7, SIFDACR7_);
 
 #define SIFTSM_             0x01D0  /* SIF, Timing State Machine 0 */
-#ifdef _GNU_ASSEMBLER_
+#ifdef __ASSEMBLER__
 #define SIFTSM              SIFTSM_                 /* SIF, Timing State Machine (for assembler) */
 #else
 #define SIFTSM              ((char*) SIFTSM_)       /* SIF, Timing State Machine (for C) */