Skip to content

Commit 035f948

Browse files
author
Abhijit A. Mahajani
authored
Merge pull request #9 from abhijit-mahajani-imgtec/comment_nullrdc_driver
comment out NETSTACK_CONF_RDC from project-conf.h
2 parents 4723e19 + 1bcaf5d commit 035f948

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

project-conf.h

Lines changed: 5 additions & 2 deletions
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)