From 2b8aeee11549a127bee41c25460e5d622071fe6e Mon Sep 17 00:00:00 2001 From: Harald Pichler Date: Mon, 29 Dec 2014 13:05:50 +0100 Subject: [PATCH] save energy --- examples/osd/climate2/project-conf.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/osd/climate2/project-conf.h b/examples/osd/climate2/project-conf.h index 5f7ac1b78..11c9b1dd4 100644 --- a/examples/osd/climate2/project-conf.h +++ b/examples/osd/climate2/project-conf.h @@ -43,6 +43,10 @@ /* Some platforms have weird includes. */ #undef IEEE802154_CONF_PANID + +/* Save energy */ +#define RDC_CONF_PT_YIELD_OFF + /* Disabling RDC for demo purposes. Core updates often require more memory. */ /* For projects, optimize memory and enable RDC again. */ // #undef NETSTACK_CONF_RDC