mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
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 New Issue
Block a user