mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
cc110x: remove warning about the transceiver mode
* RPL is currently working with both transceiver modes (wake on radio _and_ constant RX)
This commit is contained in:
parent
c1ef2722d6
commit
5a5f9df898
@ -50,9 +50,6 @@ extern "C" {
|
||||
/* Define default radio mode to constant RX if no application specific setting
|
||||
* is available. */
|
||||
#ifndef CC1100_RADIO_MODE
|
||||
#ifdef MODULE_RPL
|
||||
#warning RPL currently works with CC1100_MODE_WOR
|
||||
#endif
|
||||
#define CC1100_RADIO_MODE CC1100_MODE_CONSTANT_RX
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user