From 1bcaf5d2d48c09f154b37f8a2612d02edba54c08 Mon Sep 17 00:00:00 2001 From: Abhijit Mahajani Date: Wed, 15 Jun 2016 19:57:25 +0530 Subject: [PATCH] comment out NETSTACK_CONF_RDC from project-conf.h It has been defined internally in contiki-conf.h depending upon __USE_CC2520__ or __USE_CA8210__ as nullrdc_driver or nullrdc_noframer_driver Signed-off-by: Abhijit Mahajani --- project-conf.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/project-conf.h b/project-conf.h index 9746412..01b11bf 100644 --- a/project-conf.h +++ b/project-conf.h @@ -50,8 +50,11 @@ /* Disabling RDC and CSMA for demo purposes. Core updates often require more memory. */ /* For projects, optimize memory and enable RDC and CSMA again. */ -#define NETSTACK_CONF_RDC nullrdc_driver - +/* Depending upon __USE_CC2520__ or __USE_CA8210__, + this is defined as nullrdc_driver or nullrdc_noframer_driver , + so commenting out from here. + #define NETSTACK_CONF_RDC nullrdc_driver +*/ /* Disabling TCP on CoAP nodes. */ #define UIP_CONF_TCP 0