mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
- Split off strip_volume() to a separate file
- fix some yellows git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23762 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5afb4a97c2
commit
eab70ca28c
5 changed files with 6 additions and 31 deletions
|
|
@ -37,7 +37,9 @@
|
|||
#include "usb.h"
|
||||
|
||||
static long last_disk_activity = -1;
|
||||
#ifdef CONFIG_STORAGE_MULTI
|
||||
static int sd_drive_nr = 0;
|
||||
#endif
|
||||
static tCardInfo card;
|
||||
|
||||
static long sd_stack[(DEFAULT_STACK_SIZE*2 + 0x1c0)/sizeof(long)];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue