2021-12-02 17:50:28 +08:00

21 lines
233 B
C

/*!
* @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