sggt/App/APP_WU/Inc/key_functions_main.h

10 lines
155 B
C

#ifndef __KEY_FUNCTIONS_MAIN_H
#define __KEY_FUNCTIONS_MAIN_H
#include "apps_gather.h"
//按键功能,主界面
void key_functions_main(void);
#endif