bugfix ->startup led red off

This commit is contained in:
Harald Pichler 2013-04-17 15:43:11 +02:00
parent 88ae1828f9
commit 795580b6ae

View file

@ -928,6 +928,9 @@ radio_handler(void* request, void* response, uint8_t *buffer, uint16_t preferred
void
hw_init()
{
#if defined (PLATFORM_HAS_LEDS)
leds_off(LEDS_RED);
#endif
#if REST_RES_DS1820
ds1820_temp();
#endif