Skip to content

Commit 6a92e7f

Browse files
committed
astyle fix
1 parent 3599109 commit 6a92e7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectivity/drivers/lora/TARGET_STM32WL/STM32WL_LoRaRadio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ void STM32WL_LoRaRadio::SUBGRF_SetTxParams(uint8_t paSelect, int8_t power, radio
468468
// if in mbed_app.json we have configured rf_switch_config in rfo_hp ONLY
469469
// so "stm32wl-lora-driver.rf_switch_config": "RBI_CONF_RFO_HP"
470470
// in this particular case it's not optimal settings for power<=20dBm
471-
// So if we set also rfo_hp_lpfix to 1 then optimize power
471+
// So if we set also rfo_hp_lpfix to 1 then optimize power
472472
// See https://github.com/ARMmbed/mbed-os/pull/15017#issuecomment-1173455762
473473
if (board_rf_switch_config == RBI_CONF_RFO_HP && MBED_CONF_STM32WL_LORA_DRIVER_RF_RFO_HP_LPFIX == 1) {
474474
// See Section 5.1.2 of the following Application Note

0 commit comments

Comments
 (0)