X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=include%2Fmsp430%2Fscanif.h;fp=include%2Fmsp430%2Fscanif.h;h=6c3206116a5039ffd8f422ade8973a66b6ae3dd0;hb=6f720ff00773571c2fa2d35e67bff68547617639;hp=ab24ab706031315b8caef66b167e9854faa9d1a1;hpb=807b2dd5b7365eb87b482197af3b4a3f520c14f7;p=msp430-libc.git diff --git a/include/msp430/scanif.h b/include/msp430/scanif.h index ab24ab7..6c32061 100644 --- a/include/msp430/scanif.h +++ b/include/msp430/scanif.h @@ -9,7 +9,7 @@ * (c) 2003 by Steve Underwood * 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) */