forked from len0rd/rockbox
Fix errors for ZVM build caused by r17366
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17367 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
82c1aa8e8e
commit
d7bda7bd68
1 changed files with 2 additions and 2 deletions
|
@ -2453,7 +2453,7 @@ static int isp1583_action_callback(int action, struct gui_synclist *lists)
|
||||||
static bool dbg_isp1583(void)
|
static bool dbg_isp1583(void)
|
||||||
{
|
{
|
||||||
struct simplelist_info isp1583;
|
struct simplelist_info isp1583;
|
||||||
info.scroll_all = true;
|
isp1583.scroll_all = true;
|
||||||
simplelist_info_init(&isp1583, "ISP1583", dbg_usb_num_items(), NULL);
|
simplelist_info_init(&isp1583, "ISP1583", dbg_usb_num_items(), NULL);
|
||||||
isp1583.timeout = HZ/100;
|
isp1583.timeout = HZ/100;
|
||||||
isp1583.hide_selection = true;
|
isp1583.hide_selection = true;
|
||||||
|
@ -2478,7 +2478,7 @@ static int pic_action_callback(int action, struct gui_synclist *lists)
|
||||||
static bool dbg_pic(void)
|
static bool dbg_pic(void)
|
||||||
{
|
{
|
||||||
struct simplelist_info pic;
|
struct simplelist_info pic;
|
||||||
info.scroll_all = true;
|
pic.scroll_all = true;
|
||||||
simplelist_info_init(&pic, "PIC", pic_dbg_num_items(), NULL);
|
simplelist_info_init(&pic, "PIC", pic_dbg_num_items(), NULL);
|
||||||
pic.timeout = HZ/100;
|
pic.timeout = HZ/100;
|
||||||
pic.hide_selection = true;
|
pic.hide_selection = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue