File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -290,15 +290,9 @@ extern "C" {
290
290
291
291
// UART Definitions
292
292
// Define here Serial instance number to map on Serial generic name
293
- #define SERIAL_UART_INSTANCE 1 //ex: 2 for Serial2 (USART2)
294
- // DEBUG_UART could be redefined to print on another instance than 'Serial'
295
- //#define DEBUG_UART ((USART_TypeDef *) U(S)ARTX) // ex: USART3
296
- // DEBUG_UART baudrate, default: 9600 if not defined
297
- //#define DEBUG_UART_BAUDRATE x
298
- // DEBUG_UART Tx pin name, default: the first one found in PinMap_UART_TX for DEBUG_UART
299
- //#define DEBUG_PINNAME_TX PX_n // PinName used for TX
293
+ #define SERIAL_UART_INSTANCE 1
300
294
301
- // Default pin used for 'Serial' instance (ex: ST-Link)
295
+ // Default pin used for 'Serial' instance
302
296
// Mandatory for Firmata
303
297
#define PIN_SERIAL_RX PA10
304
298
#define PIN_SERIAL_TX PA9
You can’t perform that action at this time.
0 commit comments