ZDBMS/header_app/KeyApp.h

9 lines
111 B
C

#ifndef __KEY_APP_H
#define __KEY_APP_H
extern U8 xdata ucDsgingSpeed;
extern void KeyProcess(void);
#endif