mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-06 22:04:10 +08:00
修正编译错误
This commit is contained in:
parent
9efb7effbe
commit
b412f051fe
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user