/*! * @file main.h * * @brief Main program body * * @version V1.0.0 * * @date 2021-07-26 * */ #ifndef __MAIN_H #define __MAIN_H #include "apm32e10x_usart.h" extern volatile uint32_t tick; #endif