From 1aaec8abf763ca4de43294e0ebdd276785f59b40 Mon Sep 17 00:00:00 2001
From: Hauke Petersen <hauke.petersen@fu-berlin.de>
Date: Fri, 4 May 2018 13:46:29 +0200
Subject: [PATCH] boards/nrf51-based: remove unused RADIO_IRQ_PRIO

---
 boards/airfy-beacon/include/periph_conf.h    | 10 ----------
 boards/calliope-mini/include/periph_conf.h   | 10 ----------
 boards/microbit/include/periph_conf.h        | 10 ----------
 boards/nrf51dongle/include/periph_conf.h     | 10 ----------
 boards/nrf6310/include/periph_conf.h         | 10 ----------
 boards/yunjia-nrf51822/include/periph_conf.h | 10 ----------
 6 files changed, 60 deletions(-)

diff --git a/boards/airfy-beacon/include/periph_conf.h b/boards/airfy-beacon/include/periph_conf.h
index 620d15760c..f2bbd5ea47 100644
--- a/boards/airfy-beacon/include/periph_conf.h
+++ b/boards/airfy-beacon/include/periph_conf.h
@@ -124,16 +124,6 @@ static const i2c_conf_t i2c_config[] = {
 #define ADC_NUMOF           (4)
 /** @} */
 
-/**
- * @name    Radio device configuration
- *
- * The radio is not guarded by a NUMOF define, as the radio is selected by its
- * own module in the build system.
- * @{
- */
-#define RADIO_IRQ_PRIO      1
-/** @} */
-
 #ifdef __cplusplus
 } /* end extern "C" */
 #endif
diff --git a/boards/calliope-mini/include/periph_conf.h b/boards/calliope-mini/include/periph_conf.h
index e3a033b826..9b928bae98 100644
--- a/boards/calliope-mini/include/periph_conf.h
+++ b/boards/calliope-mini/include/periph_conf.h
@@ -112,16 +112,6 @@ static const i2c_conf_t i2c_config[] = {
 #define ADC_NUMOF          (0)
 /** @} */
 
-/**
- * @name    Radio device configuration
- *
- * The radio is not guarded by a NUMOF define, as the radio is selected by its
- * own module in the build system.
- * @{
- */
-#define RADIO_IRQ_PRIO      1
-/** @} */
-
 /**
  * @name    PWM configuration
  * @{
diff --git a/boards/microbit/include/periph_conf.h b/boards/microbit/include/periph_conf.h
index ed0ccd0425..7c6f050d78 100644
--- a/boards/microbit/include/periph_conf.h
+++ b/boards/microbit/include/periph_conf.h
@@ -118,16 +118,6 @@ static const i2c_conf_t i2c_config[] = {
 #define ADC_NUMOF          (0)
 /** @} */
 
-/**
- * @name   Radio device configuration
- *
- * The radio is not guarded by a NUMOF define, as the radio is selected by its
- * own module in the build system.
- * @{
- */
-#define RADIO_IRQ_PRIO      1
-/** @} */
-
 #ifdef __cplusplus
 }
 #endif
diff --git a/boards/nrf51dongle/include/periph_conf.h b/boards/nrf51dongle/include/periph_conf.h
index cfa34d41bc..3fda308cff 100644
--- a/boards/nrf51dongle/include/periph_conf.h
+++ b/boards/nrf51dongle/include/periph_conf.h
@@ -86,16 +86,6 @@ static const timer_conf_t timer_config[] = {
 #define ADC_NUMOF          (0)
 /** @} */
 
-/**
- * @name Radio device configuration
- *
- * The radio is not guarded by a NUMOF define, as the radio is selected by its
- * own module in the build system.
- * @{
- */
-#define RADIO_IRQ_PRIO      1
-/** @} */
-
 #ifdef __cplusplus
 }
 #endif
diff --git a/boards/nrf6310/include/periph_conf.h b/boards/nrf6310/include/periph_conf.h
index 67d63b06a7..d1afa91ae3 100644
--- a/boards/nrf6310/include/periph_conf.h
+++ b/boards/nrf6310/include/periph_conf.h
@@ -83,16 +83,6 @@ static const timer_conf_t timer_config[] = {
 #define UART_PIN_CTS      18
 /** @} */
 
-/**
- * @name    Radio device configuration
- *
- * The radio is not guarded by a NUMOF define, as the radio is selected by its
- * own module in the build system.
- * @{
- */
-#define RADIO_IRQ_PRIO      1
-/** @} */
-
 /**
  * @name    SPI configuration
  * @{
diff --git a/boards/yunjia-nrf51822/include/periph_conf.h b/boards/yunjia-nrf51822/include/periph_conf.h
index 50992a1065..71d01be9b4 100644
--- a/boards/yunjia-nrf51822/include/periph_conf.h
+++ b/boards/yunjia-nrf51822/include/periph_conf.h
@@ -122,16 +122,6 @@ static const i2c_conf_t i2c_config[] = {
 #define ADC_NUMOF           (4)
 /** @} */
 
-/**
- * @name Radio device configuration
- *
- * The radio is not guarded by a NUMOF define, as the radio is selected by its
- * own module in the build system.
- * @{
- */
-#define RADIO_IRQ_PRIO      1
-/** @} */
-
 #ifdef __cplusplus
 }
 #endif
-- 
GitLab