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:
commit
30b2bf628e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user