Skip to content
Snippets Groups Projects
Commit 6e6f1792 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

Merge pull request #2586 from OlegHahm/remove_obsolete_cc110x_rpl_warning

cc110x: remove warning about the transceiver mode
parents b3e78ddc 5a5f9df8
No related branches found
No related tags found
No related merge requests found
...@@ -50,9 +50,6 @@ extern "C" { ...@@ -50,9 +50,6 @@ extern "C" {
/* Define default radio mode to constant RX if no application specific setting /* Define default radio mode to constant RX if no application specific setting
* is available. */ * is available. */
#ifndef CC1100_RADIO_MODE #ifndef CC1100_RADIO_MODE
#ifdef MODULE_RPL
#warning RPL currently works with CC1100_MODE_WOR
#endif
#define CC1100_RADIO_MODE CC1100_MODE_CONSTANT_RX #define CC1100_RADIO_MODE CC1100_MODE_CONSTANT_RX
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment