add s command to disable mcusleep

This commit is contained in:
Harald Pichler 2017-09-14 16:15:43 +02:00
parent 31ec8687e4
commit 0b24e047c5
4 changed files with 50 additions and 7 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. */