mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-04 13:06:38 +00:00
8de0380efe
This patch improves the eeprom-test example adding more tests on the eeprom read/write procedures.
7 lines
120 B
Makefile
7 lines
120 B
Makefile
CONTIKI_PROJECT = eeprom-test
|
|
all: $(CONTIKI_PROJECT)
|
|
TARGET=mbxxx
|
|
|
|
CONTIKI = ../..
|
|
include $(CONTIKI)/Makefile.include
|