From 1e5163cbb37ab026db2e58a6ecba8ef80fa446b4 Mon Sep 17 00:00:00 2001 From: Harald Pichler Date: Tue, 23 Feb 2016 20:31:10 +0100 Subject: [PATCH] bugfix remove testcode --- examples/osd/arduino-ledstrip/project-conf.h | 4 ++-- examples/osd/arduino-ledstrip/sketch.pde | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/osd/arduino-ledstrip/project-conf.h b/examples/osd/arduino-ledstrip/project-conf.h index 574e15250..e9408e312 100644 --- a/examples/osd/arduino-ledstrip/project-conf.h +++ b/examples/osd/arduino-ledstrip/project-conf.h @@ -39,8 +39,8 @@ #define SICSLOWPAN_CONF_FRAG 1 /* For Debug: Dont allow MCU sleeping between channel checks */ -#undef RDC_CONF_MCU_SLEEP -#define RDC_CONF_MCU_SLEEP 0 +//#undef RDC_CONF_MCU_SLEEP +//#define RDC_CONF_MCU_SLEEP 0 /* Disabling RDC for demo purposes. Core updates often require more memory. */ /* For projects, optimize memory and enable RDC again. */ diff --git a/examples/osd/arduino-ledstrip/sketch.pde b/examples/osd/arduino-ledstrip/sketch.pde index 811f2d86a..451c7c41e 100644 --- a/examples/osd/arduino-ledstrip/sketch.pde +++ b/examples/osd/arduino-ledstrip/sketch.pde @@ -134,5 +134,6 @@ void loop (void) break; default: printf("a ist irgendwas\n"); break; } -} */ +} +