AVS/GD32F103C8T6/App/User/app.h
2023-10-18 17:36:51 +08:00

8 lines
80 B
C

#ifndef __APP_H
#define __APP_H
#include <main.h>
void app_init(void);
#endif