cleanup code

This commit is contained in:
Harald Pichler 2013-11-28 13:40:22 +01:00
parent ab16ebd4ea
commit 829cd2517d
4 changed files with 7 additions and 14 deletions

View file

@ -45,7 +45,6 @@
/* Define which resources to include to meet memory constraints. */
#define REST_RES_INFO 1
#define REST_RES_DS1820 0
#define REST_RES_HELLO 0
#define REST_RES_MIRROR 0 /* causes largest code size */
#define REST_RES_CHUNKS 1
@ -790,9 +789,6 @@ hw_init()
#if defined (PLATFORM_HAS_LEDS)
leds_off(LEDS_RED);
#endif
#if REST_RES_DS1820
ds1820_temp();
#endif
}
PROCESS(rest_server_example, "Erbium Example Server");