From 9292373720d55af97ecb495e73e2a52d18ab13c3 Mon Sep 17 00:00:00 2001 From: Joakim Gebart Date: Sun, 10 May 2015 10:56:26 +0200 Subject: [PATCH] at86rf231: Set AT86RF231_MIN_CHANNEL to 0 to support AT86RF212B --- drivers/include/at86rf231.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/include/at86rf231.h b/drivers/include/at86rf231.h index 64fa15246f..376c804a3a 100644 --- a/drivers/include/at86rf231.h +++ b/drivers/include/at86rf231.h @@ -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