修正编译错误

This commit is contained in:
anod 2023-03-20 12:28:26 +08:00
parent 9efb7effbe
commit b412f051fe

View File

@ -40,9 +40,10 @@ typedef void * atp_callerdata_t;
// page option
#define ATP_PAGE_NOOPTION 0
#define ATP_PAGE_DOSELECT 1 // SAME AS SELECT
// 1 reserve for power off
#define ATP_PAGE_UPDATE 2 // UPDATE THE CURSOR ROW
#define ATP_PAGE_REFRESH 3 // UPDATE THE WHOLE PAGE
#define ATP_PAGE_DOSELECT 4 // SAME AS SELECT
#define ATP_PAGE_PREVITEM 5
#define ATP_PAGE_NEXTITEM 6
#define ATP_PAGE_PREVPAGE 7