1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

boards/im880b: enable paboost on sx127x

This commit is contained in:
francisco 2019-03-28 18:07:39 +01:00 committed by Francisco Molina
parent 4618a5ce0e
commit e4a3c29fca
No known key found for this signature in database
GPG Key ID: 3E94EAC3DBDEEDA8

View File

@ -50,6 +50,8 @@ extern "C" {
/* stm32l1xxx Errata: Pull-up on PB7 when configured in analog mode */
#define SX127X_PARAM_DIO3 GPIO_PIN(PORT_B, 7)
#define SX127X_PARAM_PASELECT (SX127X_PA_BOOST)
#define SX127X_PARAM_RX_SWITCH GPIO_PIN(PORT_C, 13)
#define SX127X_PARAM_TX_SWITCH GPIO_PIN(PORT_A, 4)
/** @} */