Skip to content

Commit 90a465c

Browse files
committed
fix style-check
1 parent 5d6f90d commit 90a465c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

connectivity/drivers/lora/TARGET_STM32WL/STM32WL_LoRaRadio.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ void STM32WL_LoRaRadio::SUBGRF_SetTxParams(uint8_t paSelect, int8_t power, radio
467467
} else {
468468
set_pa_config(0x02, 0x02, 0x00, 0x01);
469469
}
470-
// Normal behavior
471470
} else {
472471
set_pa_config(0x04, 0x07, 0x00, 0x01);
473472
}

0 commit comments

Comments
 (0)