boards, sys: purge feuerware_radios

* `feuerware_radios` is unused, remove from `radio.h` header
* FEUERWARE_CONF_NUM_RADIOS is superfluous without it, remove all occurrences
dev/timer
Ludwig Ortmann 9 years ago
parent b7fc0df5d3
commit 975412e16d

@ -40,14 +40,6 @@
#define LED_RED_ON (FIO3CLR = LED_RED_PIN)
#define LED_RED_TOGGLE (FIO3PIN ^= LED_RED_PIN)
#ifdef MODULE_CC110X
#define FEUERWARE_CONF_NUM_RADIOS 1
#else
#define FEUERWARE_CONF_NUM_RADIOS 0
#endif
// if FAT is enabled this board supports files
#define FEUERWARE_CONF_CORE_SUPPORTS_FILES defined(MODULE_FAT)

@ -37,10 +37,6 @@
#include <stdbool.h>
#include "radio/types.h"
#ifndef FEUERWARE_CONF_NUM_RADIOS
#define FEUERWARE_CONF_NUM_RADIOS 1
#endif
#define L1_PROTOCOL_CATCH_ALL (0xff) ///< Catch all protocol ID
enum layer_1_protocols {
@ -76,8 +72,6 @@ typedef struct {
void (*print_config)(void);
} radio_t;
extern const struct radio *feuerware_radios[FEUERWARE_CONF_NUM_RADIOS];
/** @} */
#endif /* RADIO_H_ */

Loading…
Cancel
Save