Merge pull request #1881 from LudwigOrtmann/purge_feuerware_radio
boards, sys: purge feuerware_radios
This commit is contained in:
commit
d8bad332bf
@ -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