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

boards/nrf51-based: remove unused RADIO_IRQ_PRIO

This commit is contained in:
Hauke Petersen 2018-05-04 13:46:29 +02:00
parent 53c3f833af
commit 1aaec8abf7
6 changed files with 0 additions and 60 deletions

View File

@ -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

View File

@ -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
* @{

View File

@ -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

View File

@ -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

View File

@ -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
* @{

View File

@ -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