2021-07-12 21:50:48 +02:00
|
|
|
#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
|
2022-05-22 15:30:38 +02:00
|
|
|
#define DEBUG_UART_MS_TIMEOUT 10
|
|
|
|
#define DEBUG_UART_BAUDRATE 115200
|
2021-07-12 21:50:48 +02:00
|
|
|
|
|
|
|
#endif /* BSP_STM32_BOARDS_NUCLEO_H743ZI_INC_BOARDCONFIG_H_ */
|