set default mcu sleep

master
Harald Pichler 2017-09-26 14:59:55 +02:00
parent 297bd14f7b
commit dd84558cd6
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@
//#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. */