Skip to content

Commit 993bf08

Browse files
Merge pull request #10 from nikhil-zinjurde-imgtec/master
Merge dev to master
2 parents 61b510c + c35a1d3 commit 993bf08

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

project-conf.h

+5-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@
5050
/* Disabling RDC and CSMA for demo purposes. Core updates often
5151
require more memory. */
5252
/* For projects, optimize memory and enable RDC and CSMA again. */
53-
#define NETSTACK_CONF_RDC nullrdc_driver
54-
53+
/* Depending upon __USE_CC2520__ or __USE_CA8210__,
54+
this is defined as nullrdc_driver or nullrdc_noframer_driver ,
55+
so commenting out from here.
56+
#define NETSTACK_CONF_RDC nullrdc_driver
57+
*/
5558
/* Disabling TCP on CoAP nodes. */
5659
#define UIP_CONF_TCP 0
5760

0 commit comments

Comments
 (0)