mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
21 lines
233 B
C
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
|
|
|