From ce32792812498ee1491805366c837c0dd10b6cde Mon Sep 17 00:00:00 2001 From: nvt-se Date: Tue, 22 Sep 2009 16:04:03 +0000 Subject: [PATCH] define U1IFG if it is missing. --- platform/msb430/dev/sd-arch.h | 4 ++++ 1 file changed, 4 insertions(+) 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. */