Changed COFFEE_FILES to COFFEE.

This commit is contained in:
salvopitru 2010-12-15 14:50:29 +00:00
parent cd08939b38
commit c325e212f6
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
CONTIKI_PROJECT = coffee-test CONTIKI_PROJECT = coffee-test
all: $(CONTIKI_PROJECT) all: $(CONTIKI_PROJECT)
COFFEE_FILES=1 COFFEE=1
CONTIKI = ../../.. CONTIKI = ../../..
include $(CONTIKI)/Makefile.include include $(CONTIKI)/Makefile.include

View file

@ -28,7 +28,7 @@
* *
* This file is part of the Contiki operating system. * This file is part of the Contiki operating system.
* *
* $Id: mb851-shell.c,v 1.2 2010/11/10 11:20:44 salvopitru Exp $ * $Id: mb851-shell.c,v 1.3 2010/12/15 14:50:29 salvopitru Exp $
*/ */
/** /**
@ -60,7 +60,7 @@ PROCESS_THREAD(mb851_shell_process, ev, data)
shell_time_init(); shell_time_init();
shell_sensors_init(); shell_sensors_init();
#if COFFEE_FILES #if COFFEE
shell_coffee_init(); shell_coffee_init();
shell_file_init(); shell_file_init();
#endif #endif