Added tmp102-related makefiles directives for proper compilation.
This commit is contained in:
parent
8c87f85a1d
commit
af6d2f3e72
|
@ -2,9 +2,9 @@ ifndef TARGET
|
||||||
TARGET=z1
|
TARGET=z1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CONTIKI_PROJECT = test-phidgets blink test-adxl345
|
CONTIKI_PROJECT = test-phidgets blink test-adxl345 tmp102-test
|
||||||
CONTIKI_SOURCEFILES += cc2420-arch.c
|
CONTIKI_SOURCEFILES += cc2420-arch.c
|
||||||
PROJECT_SOURCEFILES = i2cmaster.c adxl345.c
|
PROJECT_SOURCEFILES = i2cmaster.c tmp102.c adxl345.c
|
||||||
APPS=serial-shell
|
APPS=serial-shell
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue