Skip to content

Commit a3039c9

Browse files
committed
Assigned radio debug pins.
1 parent bc20e0c commit a3039c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/boards/NAMote72/board-config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@
110110
#define BOARD_VERSION_PC7 PC_7
111111

112112
// Debug pins definition.
113-
#define RADIO_DBG_PIN_TX NC
114-
#define RADIO_DBG_PIN_RX NC
113+
#define RADIO_DBG_PIN_TX PA_6
114+
#define RADIO_DBG_PIN_RX PA_7
115115

116116
/*!
117117
* Low battery threshold definition.

0 commit comments

Comments
 (0)