define U1IFG if it is missing.
This commit is contained in:
parent
f698ce2577
commit
ce32792812
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue