define U1IFG if it is missing.

This commit is contained in:
nvt-se 2009-09-22 16:04:03 +00:00
parent f698ce2577
commit ce32792812
1 changed files with 4 additions and 0 deletions

View File

@ -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. */