Skip to content
Snippets Groups Projects
Commit 1aaec8ab authored by Hauke Petersen's avatar Hauke Petersen
Browse files

boards/nrf51-based: remove unused RADIO_IRQ_PRIO

parent 53c3f833
No related branches found
No related tags found
No related merge requests found
...@@ -124,16 +124,6 @@ static const i2c_conf_t i2c_config[] = { ...@@ -124,16 +124,6 @@ static const i2c_conf_t i2c_config[] = {
#define ADC_NUMOF (4) #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 #ifdef __cplusplus
} /* end extern "C" */ } /* end extern "C" */
#endif #endif
......
...@@ -112,16 +112,6 @@ static const i2c_conf_t i2c_config[] = { ...@@ -112,16 +112,6 @@ static const i2c_conf_t i2c_config[] = {
#define ADC_NUMOF (0) #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 * @name PWM configuration
* @{ * @{
......
...@@ -118,16 +118,6 @@ static const i2c_conf_t i2c_config[] = { ...@@ -118,16 +118,6 @@ static const i2c_conf_t i2c_config[] = {
#define ADC_NUMOF (0) #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 #ifdef __cplusplus
} }
#endif #endif
......
...@@ -86,16 +86,6 @@ static const timer_conf_t timer_config[] = { ...@@ -86,16 +86,6 @@ static const timer_conf_t timer_config[] = {
#define ADC_NUMOF (0) #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 #ifdef __cplusplus
} }
#endif #endif
......
...@@ -83,16 +83,6 @@ static const timer_conf_t timer_config[] = { ...@@ -83,16 +83,6 @@ static const timer_conf_t timer_config[] = {
#define UART_PIN_CTS 18 #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 * @name SPI configuration
* @{ * @{
......
...@@ -122,16 +122,6 @@ static const i2c_conf_t i2c_config[] = { ...@@ -122,16 +122,6 @@ static const i2c_conf_t i2c_config[] = {
#define ADC_NUMOF (4) #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 #ifdef __cplusplus
} }
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment