fixed for compilation with IAR compiler
This commit is contained in:
parent
928bf6b6c1
commit
d8e54ca585
7 changed files with 27 additions and 7 deletions
|
@ -41,8 +41,12 @@
|
|||
#if defined(__AVR__)
|
||||
#include <avr/io.h>
|
||||
#elif defined(__MSP430__)
|
||||
#ifdef __IAR_SYSTEMS_ICC__
|
||||
#include <io430.h>
|
||||
#else
|
||||
#include <io.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "dev/leds.h"
|
||||
#include "dev/spi.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue