moved io and signal and IAR-GCC checks from driver files into contiki include file
This commit is contained in:
parent
57ae779373
commit
5b1d9617c4
76 changed files with 72 additions and 370 deletions
|
@ -36,12 +36,6 @@
|
|||
#include "dev/sky-sensors.h"
|
||||
#include "dev/light-sensor.h"
|
||||
|
||||
#ifdef __IAR_SYSTEMS_ICC__
|
||||
#include <msp430.h>
|
||||
#else
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
/* Photodiode 1 (P64) on INCH_4 */
|
||||
/* Photodiode 2 (P65) on INCH_5 */
|
||||
#define INPUT_CHANNEL ((1 << INCH_4) | (1 << INCH_5))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue