Skip to content

Commit a83f5d8

Browse files
committed
clean up
1 parent 2fe17d9 commit a83f5d8

File tree

1 file changed

+4
-4
lines changed
  • src/boards/raytac_mdbt50q_rx

1 file changed

+4
-4
lines changed

src/boards/raytac_mdbt50q_rx/board.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
/*------------------------------------------------------------------*/
4747
/* UART (only used by nRF52832) (only used by nRF52832)
4848
*------------------------------------------------------------------*/
49-
#define RX_PIN_NUMBER 20
50-
#define TX_PIN_NUMBER 17
51-
#define CTS_PIN_NUMBER 15
52-
#define RTS_PIN_NUMBER 13
49+
#define RX_PIN_NUMBER 8
50+
#define TX_PIN_NUMBER 6
51+
#define CTS_PIN_NUMBER 0
52+
#define RTS_PIN_NUMBER 0
5353
#define HWFC false
5454

5555
//--------------------------------------------------------------------+

0 commit comments

Comments
 (0)