mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
ng_at86rf2xx: don't ifdef type definitions
This commit is contained in:
parent
0dbe086b0b
commit
93151bcf45
@ -119,15 +119,13 @@ extern "C" {
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @brief Frequency configuration
|
||||
* @brief Frequency configuration for sub-GHz devices.
|
||||
* @{
|
||||
*/
|
||||
#ifdef MODULE_NG_AT86RF212B
|
||||
typedef enum {
|
||||
NG_AT86RF2XX_FREQ_915MHZ, /**< frequency 915MHz enabled */
|
||||
NG_AT86RF2XX_FREQ_868MHZ, /**< frequency 868MHz enabled */
|
||||
} ng_at86rf2xx_freq_t;
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user