mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-05 04:05:34 +00:00
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
|
||||
endif
|
||||
|
||||
CONTIKI_PROJECT = test-phidgets blink test-adxl345
|
||||
CONTIKI_PROJECT = test-phidgets blink test-adxl345 tmp102-test
|
||||
CONTIKI_SOURCEFILES += cc2420-arch.c
|
||||
PROJECT_SOURCEFILES = i2cmaster.c adxl345.c
|
||||
PROJECT_SOURCEFILES = i2cmaster.c tmp102.c adxl345.c
|
||||
APPS=serial-shell
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user