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 0968ea7 commit f13ede4Copy full SHA for f13ede4
variants/RAK811/variant.h
@@ -131,7 +131,7 @@ enum {
131
132
// UART Definitions
133
// Define here Serial instance number to map on Serial generic name
134
-#define SERIAL_UART_INSTANCE x //ex: 2 for Serial2 (USART2)
+#define SERIAL_UART_INSTANCE 2 //ex: 2 for Serial2 (USART2)
135
// DEBUG_UART could be redefined to print on another instance than 'Serial'
136
//#define DEBUG_UART ((USART_TypeDef *) U(S)ARTX) // ex: USART3
137
// DEBUG_UART baudrate, default: 9600 if not defined
0 commit comments