Do not #undef in example project-conf.h (zoul)
This commit is contained in:
parent
3a90439778
commit
7f0a2a9e3f
@ -55,8 +55,6 @@
|
||||
|
||||
/* Override serial-line defaults */
|
||||
#define SERIAL_LINE_CONF_BUFSIZE 128
|
||||
#undef IGNORE_CHAR
|
||||
#undef END
|
||||
#define IGNORE_CHAR(c) (c == 0x0d)
|
||||
#define END 0x0a
|
||||
|
||||
|
@ -35,7 +35,6 @@
|
||||
/* Use either the cc1200_driver for sub-1GHz, or cc2538_rf_driver (default)
|
||||
* for 2.4GHz built-in radio interface
|
||||
*/
|
||||
#undef NETSTACK_CONF_RADIO
|
||||
#define NETSTACK_CONF_RADIO cc2538_rf_driver
|
||||
|
||||
/* Alternate between ANTENNA_SW_SELECT_SUBGHZ or ANTENNA_SW_SELECT_2_4GHZ */
|
||||
|
@ -55,7 +55,6 @@
|
||||
/* Use either the cc1200_driver for sub-1GHz, or cc2538_rf_driver (default)
|
||||
* for 2.4GHz built-in radio interface
|
||||
*/
|
||||
#undef NETSTACK_CONF_RADIO
|
||||
#define NETSTACK_CONF_RADIO cc2538_rf_driver
|
||||
|
||||
/* USe DHCP */
|
||||
|
Loading…
Reference in New Issue
Block a user