修正拼写错误,代码没连接到下一行

This commit is contained in:
anod 2022-10-14 12:11:17 +08:00
parent fc5a80339f
commit 80a6bebd6b

View File

@ -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]; \