We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61b510c + c35a1d3 commit 993bf08Copy full SHA for 993bf08
project-conf.h
@@ -50,8 +50,11 @@
50
/* Disabling RDC and CSMA for demo purposes. Core updates often
51
require more memory. */
52
/* For projects, optimize memory and enable RDC and CSMA again. */
53
-#define NETSTACK_CONF_RDC nullrdc_driver
54
-
+/* Depending upon __USE_CC2520__ or __USE_CA8210__,
+ this is defined as nullrdc_driver or nullrdc_noframer_driver ,
55
+ so commenting out from here.
56
+ #define NETSTACK_CONF_RDC nullrdc_driver
57
+*/
58
/* Disabling TCP on CoAP nodes. */
59
#define UIP_CONF_TCP 0
60
0 commit comments