From 5a5f9df8980cc2931e4bb8dc33bbb159f8dfd5fa Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Thu, 12 Mar 2015 12:26:46 +0100 Subject: [PATCH] cc110x: remove warning about the transceiver mode * RPL is currently working with both transceiver modes (wake on radio _and_ constant RX) --- drivers/include/cc110x_legacy_csma/cc1100-interface.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/include/cc110x_legacy_csma/cc1100-interface.h b/drivers/include/cc110x_legacy_csma/cc1100-interface.h index bcd2cb199a..979973d640 100644 --- a/drivers/include/cc110x_legacy_csma/cc1100-interface.h +++ b/drivers/include/cc110x_legacy_csma/cc1100-interface.h @@ -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