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