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
|