Merge pull request #2586 from OlegHahm/remove_obsolete_cc110x_rpl_warning

cc110x: remove warning about the transceiver mode
This commit is contained in:
Oleg Hahm 2015-05-19 01:34:54 +02:00
commit 6e6f1792af

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