1
0
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:
Oleg Hahm 2015-03-12 12:26:46 +01:00
parent c1ef2722d6
commit 5a5f9df898

View File

@ -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