We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe17d9 commit a83f5d8Copy full SHA for a83f5d8
src/boards/raytac_mdbt50q_rx/board.h
@@ -46,10 +46,10 @@
46
/*------------------------------------------------------------------*/
47
/* UART (only used by nRF52832) (only used by nRF52832)
48
*------------------------------------------------------------------*/
49
-#define RX_PIN_NUMBER 20
50
-#define TX_PIN_NUMBER 17
51
-#define CTS_PIN_NUMBER 15
52
-#define RTS_PIN_NUMBER 13
+#define RX_PIN_NUMBER 8
+#define TX_PIN_NUMBER 6
+#define CTS_PIN_NUMBER 0
+#define RTS_PIN_NUMBER 0
53
#define HWFC false
54
55
//--------------------------------------------------------------------+
0 commit comments