Merge pull request #3559 from OlegHahm/channel_26_as_default

ieee802.15.4: switch to 26 as default channel
This commit is contained in:
Martine Lenders 2015-08-05 15:51:57 +02:00
commit 0aef65bd76
5 changed files with 5 additions and 5 deletions

View File

@ -307,7 +307,7 @@ extern "C" {
/* Various configuration settings for the CC2420 drivers */
#define CC2420_DEFAULT_CHANNR 18
#define CC2420_DEFAULT_CHANNR (26U)
#define CC2420_SYNC_WORD_TX_TIME 900000
#define CC2420_RX_BUF_SIZE 3
#define CC2420_WAIT_TIME 500

View File

@ -65,7 +65,7 @@ extern "C" {
/**
* @brief Default channel used after initialization
*/
#define KW2XRF_DEFAULT_CHANNEL (17U)
#define KW2XRF_DEFAULT_CHANNEL (26U)
/**
* @brief Default TX_POWER in dbm used after initialization

View File

@ -63,7 +63,7 @@ extern "C" {
#else
#define NG_AT86RF2XX_MIN_CHANNEL (11U)
#define NG_AT86RF2XX_MAX_CHANNEL (26U)
#define NG_AT86RF2XX_DEFAULT_CHANNEL (17U)
#define NG_AT86RF2XX_DEFAULT_CHANNEL (26U)
#endif
/** @} */

View File

@ -68,7 +68,7 @@
/**
* @brief Default channel used after initialization
*/
#define XBEE_DEFAULT_CHANNEL (17U)
#define XBEE_DEFAULT_CHANNEL (26U)
/**
* @name Address flags

View File

@ -84,7 +84,7 @@ extern "C" {
*/
#define NG_ZEP_MIN_CHANNEL (11U)
#define NG_ZEP_MAX_CHANNEL (26U)
#define NG_ZEP_DEFAULT_CHANNEL (17U)
#define NG_ZEP_DEFAULT_CHANNEL (26U)
/**
* @}
*/