1
0
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:
Martine Lenders 2015-07-31 00:08:03 +02:00
parent 0dbe086b0b
commit 93151bcf45

View File

@ -119,15 +119,13 @@ extern "C" {
/** @} */ /** @} */
/** /**
* @brief Frequency configuration * @brief Frequency configuration for sub-GHz devices.
* @{ * @{
*/ */
#ifdef MODULE_NG_AT86RF212B
typedef enum { typedef enum {
NG_AT86RF2XX_FREQ_915MHZ, /**< frequency 915MHz enabled */ NG_AT86RF2XX_FREQ_915MHZ, /**< frequency 915MHz enabled */
NG_AT86RF2XX_FREQ_868MHZ, /**< frequency 868MHz enabled */ NG_AT86RF2XX_FREQ_868MHZ, /**< frequency 868MHz enabled */
} ng_at86rf2xx_freq_t; } ng_at86rf2xx_freq_t;
#endif
/** @} */ /** @} */
/** /**