Skip to content

Commit 5a35ac3

Browse files
committed
Fix radio debug pins
1 parent 8f97e5c commit 5a35ac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/boards/B-L072Z-LRWAN1/board-config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
#define UART_RX PA_3
9191

9292
// Debug pins definition.
93-
#define RADIO_DBG_PIN_TX PB_6
94-
#define RADIO_DBG_PIN_RX PC_7
93+
#define RADIO_DBG_PIN_TX PB_13
94+
#define RADIO_DBG_PIN_RX PB_14
9595

9696
#endif // __BOARD_CONFIG_H__

0 commit comments

Comments
 (0)