2025-02-18 15:40:42 +08:00

12 lines
168 B
C

#ifndef APP_ACTION_H
#define APP_ACTION_H
#define ACTION_AT_MAIN 0x0001
#define ACTION_IDLE_MAIN 0x0002
#define ACTION_AT_COM 0x0003
#endif