1
0
mirror of https://gitee.com/Lyon1998/pikapython.git synced 2025-03-12 18:02:40 +08:00
2022-02-07 13:58:46 +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