forked from len0rd/rockbox
make mini2440 bootloader compile again, and remove a few warnings from sd driver.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23440 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4b7de91884
commit
d25baecc0b
2 changed files with 12 additions and 7 deletions
|
|
@ -73,7 +73,8 @@ int main(void)
|
|||
/* mini2440_test(); */
|
||||
|
||||
/* Show debug messages if button is pressed */
|
||||
if(button_read_device() & BUTTON_MENU)
|
||||
int touch_data;
|
||||
if(button_read_device(&touch_data) & BUTTON_MENU)
|
||||
verbose = true;
|
||||
|
||||
printf("Rockbox boot loader");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue