mirror of
https://github.com/Dictor/RBF-PID-Balbot-firmware.git
synced 2026-08-17 16:51:54 +08:00
14 lines
157 B
C
14 lines
157 B
C
#ifndef RBFPIDBALBOT_APP_MAIN
|
|
#define RBFPIDBALBOT_APP_MAIN
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void AppMain(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif |