msp430.h has been merged with msp430def.h for code to compile with IAR compiler
This commit is contained in:
parent
cfbcf8725c
commit
dc426d789b
1 changed files with 1 additions and 1 deletions
|
@ -51,11 +51,11 @@ Berlin, 2007
|
||||||
* ScatterWeb Bootload and Contiki.
|
* ScatterWeb Bootload and Contiki.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "contiki.h"
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "dev/msb430-uart1.h"
|
#include "dev/msb430-uart1.h"
|
||||||
#include "msp430.h"
|
|
||||||
#include "dev/lpm.h"
|
#include "dev/lpm.h"
|
||||||
|
|
||||||
#ifndef U1ME
|
#ifndef U1ME
|
||||||
|
|
Loading…
Reference in a new issue