Skip to content

Commit 5c70bc2

Browse files
committed
fix astyle
1 parent 6a92e7f commit 5c70bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectivity/drivers/lora/TARGET_STM32WL/STM32WL_radio_driver.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
// Setting RBI_CONF_RFO_HP_LPFIX decrease power according datashhet but can
2929
// reduce range (long ones) due ti mismatch network on the both modules
3030
// See https://github.com/ARMmbed/mbed-os/pull/15017#issuecomment-1173455762
31-
#define RBI_CONF_RFO_HP_LPFIX 3
31+
#define RBI_CONF_RFO_HP_LPFIX 3
3232

3333
typedef enum {
3434
RBI_SWITCH_OFF = 0,

0 commit comments

Comments
 (0)