/* Copyright (c) Microsoft Corporation. Licensed under the MIT License. */ #ifndef _BOARD_INIT_H #define _BOARD_INIT_H #include "main.h" extern UART_HandleTypeDef huart1; void board_init(void); #endif // _BOARD_INIT_H