mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 07:51:19 +01:00
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
This commit is contained in:
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…
x
Reference in New Issue
Block a user