bugfix printf and float

This commit is contained in:
Harald Pichler 2015-09-14 10:51:16 +02:00
parent 617d42663c
commit e3ffbe36c8
5 changed files with 14 additions and 9 deletions

View file

@ -41,11 +41,11 @@
#define LOOP_INTERVAL (10 * CLOCK_SECOND)
/* Save energy */
#define RDC_CONF_PT_YIELD_OFF
//#define RDC_CONF_PT_YIELD_OFF
/* 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. */