add contiki combatibility

This commit is contained in:
Harald Pichler 2016-01-24 16:04:37 +01:00
parent 406d69a27c
commit 44d4f855c6
3 changed files with 17 additions and 8 deletions

View file

@ -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. */