diff --git a/platform/msb430/dev/sd-arch.h b/platform/msb430/dev/sd-arch.h index 2ab793f7f..ca799ccf8 100755 --- a/platform/msb430/dev/sd-arch.h +++ b/platform/msb430/dev/sd-arch.h @@ -42,6 +42,10 @@ #include "msb430-uart1.h" +#ifndef U1IFG +#define U1IFG IFG2 +#endif /* U1IFG */ + #define MS_DELAY(x) clock_delay(354 * (x)) /* Machine-dependent macros. */