mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-03 11:30:53 +00:00
Made energest configuration configurable
This commit is contained in:
parent
5dd7500d0b
commit
ccc1687319
@ -95,7 +95,9 @@
|
|||||||
#define SHELL_VARS_CONF_RAM_END 0x2000
|
#define SHELL_VARS_CONF_RAM_END 0x2000
|
||||||
|
|
||||||
#define PROFILE_CONF_ON 0
|
#define PROFILE_CONF_ON 0
|
||||||
|
#ifndef ENERGEST_CONF_ON
|
||||||
#define ENERGEST_CONF_ON 1
|
#define ENERGEST_CONF_ON 1
|
||||||
|
#endif /* ENERGEST_CONF_ON */
|
||||||
|
|
||||||
#define ELFLOADER_CONF_TEXT_IN_ROM 0
|
#define ELFLOADER_CONF_TEXT_IN_ROM 0
|
||||||
#ifndef ELFLOADER_CONF_DATAMEMORY_SIZE
|
#ifndef ELFLOADER_CONF_DATAMEMORY_SIZE
|
||||||
|
Loading…
Reference in New Issue
Block a user