1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #3406 from gebart/pr/at86rf212-channel

at86rf231: Set AT86RF231_MIN_CHANNEL to 0 to support AT86RF212B
This commit is contained in:
Oleg Hahm 2015-07-14 20:47:19 +02:00
commit 30b2bf628e

View File

@ -61,7 +61,7 @@ extern "C" {
/**
* @brief at86rf231's lowest supported channel
*/
#define AT86RF231_MIN_CHANNEL (11)
#define AT86RF231_MIN_CHANNEL (0)
/**
* @brief at86rf231's highest supported channel