#ifndef __MODE_KEY_H #define __MODE_KEY_H #include "common.h" void ModeKey_Init(void); void ModeKey_Task(void); #endif