mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-09-14 10:55:28 +00:00
mbxxx: added missing undefs
This commit is contained in:
parent
ccfdf80ff2
commit
a2b1934f03
@ -72,6 +72,7 @@
|
||||
|
||||
#if RDC_CONF_DEBUG_LED
|
||||
#define LED_RDC RDC_CONF_DEBUG_LED
|
||||
#undef LED_ACTIVITY
|
||||
#define LED_ACTIVITY 1
|
||||
#else
|
||||
#define LED_RDC 0
|
||||
@ -117,6 +118,7 @@
|
||||
#endif /* LED_ACTIVITY */
|
||||
|
||||
#if RDC_CONF_HARDWARE_CSMA
|
||||
#undef MAC_RETRIES
|
||||
#define MAC_RETRIES 0
|
||||
#endif /* RDC_CONF_HARDWARE_CSMA */
|
||||
|
||||
@ -169,6 +171,7 @@ const RadioTransmitConfig radioTransmitConfig = {
|
||||
TRUE /* appendCrc; */
|
||||
};
|
||||
|
||||
#undef MAC_RETRIES
|
||||
#define MAC_RETRIES 0
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user