This repository has been archived on 2024-12-31. You can view files and clone it, but cannot push or open issues or pull requests.
mfps/App/Inc/app.h

9 lines
61 B
C

#ifndef _APP_H
#define _APP_H
void app_act(void);
#endif