mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-08 06:44:12 +08:00
修正拼写错误,代码没连接到下一行
This commit is contained in:
parent
fc5a80339f
commit
80a6bebd6b
@ -197,7 +197,7 @@ static void draw_options( int start_row, int start_idx, int option_cnt, int sele
|
||||
|
||||
#define SELECTED_ROW(top, len, sel) (((top) < (len)) ? ((len)-(top)+(sel)) : ((sel)+(len)-(top)))
|
||||
#define REFRESH_PAGE { \
|
||||
screen_clean();
|
||||
screen_clean(); \
|
||||
if( idx_top < title_len ) \
|
||||
{ \
|
||||
uint8_t* title_data[2]; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user