Skip to content

Commit 7d2c3eb

Browse files
committed
[Black_F407] Clean some comments
Signed-off-by: Frederic Pillon <[email protected]>
1 parent 70e3afd commit 7d2c3eb

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

variants/BLACK_F407XX/variant.h

+2-8
Original file line numberDiff line numberDiff line change
@@ -290,15 +290,9 @@ extern "C" {
290290

291291
// UART Definitions
292292
// 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
300294

301-
// Default pin used for 'Serial' instance (ex: ST-Link)
295+
// Default pin used for 'Serial' instance
302296
// Mandatory for Firmata
303297
#define PIN_SERIAL_RX PA10
304298
#define PIN_SERIAL_TX PA9

0 commit comments

Comments
 (0)