Changed COFFEE_FILES to COFFEE.
This commit is contained in:
parent
cd08939b38
commit
c325e212f6
|
@ -1,7 +1,7 @@
|
|||
CONTIKI_PROJECT = coffee-test
|
||||
all: $(CONTIKI_PROJECT)
|
||||
|
||||
COFFEE_FILES=1
|
||||
COFFEE=1
|
||||
|
||||
CONTIKI = ../../..
|
||||
include $(CONTIKI)/Makefile.include
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* 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_sensors_init();
|
||||
|
||||
#if COFFEE_FILES
|
||||
#if COFFEE
|
||||
shell_coffee_init();
|
||||
shell_file_init();
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue