From 58516f7e2aef366a272eccc16953751ea0ec1c60 Mon Sep 17 00:00:00 2001 From: Akshai M Date: Thu, 26 Mar 2020 20:46:00 +0530 Subject: [PATCH] drivers/include/sx127x.h: Tagged Compile Time Configuration --- drivers/include/sx127x.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/drivers/include/sx127x.h b/drivers/include/sx127x.h index 19a0e19e8e..76408c4f0a 100644 --- a/drivers/include/sx127x.h +++ b/drivers/include/sx127x.h @@ -92,8 +92,19 @@ extern "C" { #define SX127X_IRQ_DIO3 (1<<3) /**< DIO3 IRQ */ #define SX127X_IRQ_DIO4 (1<<4) /**< DIO4 IRQ */ #define SX127X_IRQ_DIO5 (1<<5) /**< DIO5 IRQ */ +/** @} */ + +/** + * @defgroup drivers_sx127x_config Semtech SX1272 and SX1276 driver compile configuration + * @ingroup config + * @{ + */ + +/** + * @brief GPIO mode of DIOx Pins. + */ #ifndef SX127X_DIO_PULL_MODE -#define SX127X_DIO_PULL_MODE (GPIO_IN_PD) /**< pull down DIOx */ +#define SX127X_DIO_PULL_MODE (GPIO_IN_PD) #endif /** @} */