11 lines
318 B
C
11 lines
318 B
C
#ifndef BSP_STM32_BOARDS_NUCLEO_H743ZI_INC_BOARDCONFIG_H_
|
|
#define BSP_STM32_BOARDS_NUCLEO_H743ZI_INC_BOARDCONFIG_H_
|
|
|
|
//! Timeout when sending debug data via the UART interface in MS
|
|
#define DEBUG_UART_MS_TIMEOUT 10
|
|
#define DEBUG_UART_BAUDRATE 115200
|
|
|
|
|
|
|
|
#endif /* BSP_STM32_BOARDS_NUCLEO_H743ZI_INC_BOARDCONFIG_H_ */
|