forked from len0rd/rockbox
revert accidental commit of unrelated files
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19539 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c88cd20ab2
commit
af805be6cb
4 changed files with 6 additions and 11 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
test_codec.c
|
|
||||||
/* plugins common to all models */
|
/* plugins common to all models */
|
||||||
battery_bench.c
|
battery_bench.c
|
||||||
chessclock.c
|
chessclock.c
|
||||||
|
|
@ -153,7 +152,3 @@ superdom.c
|
||||||
#endif /* m:robe 500 */
|
#endif /* m:robe 500 */
|
||||||
|
|
||||||
md5sum.c
|
md5sum.c
|
||||||
|
|
||||||
#ifdef GIGABEAT_F
|
|
||||||
gigabeat_flash.c
|
|
||||||
#endif
|
|
||||||
|
|
|
||||||
|
|
@ -34,13 +34,13 @@
|
||||||
#define HAVE_BUTTON_LIGHT
|
#define HAVE_BUTTON_LIGHT
|
||||||
|
|
||||||
/* define this if you have access to the quickscreen */
|
/* define this if you have access to the quickscreen */
|
||||||
//#define HAVE_QUICKSCREEN
|
#define HAVE_QUICKSCREEN
|
||||||
|
|
||||||
/* define this if you have access to the pitchscreen */
|
/* define this if you have access to the pitchscreen */
|
||||||
//#define HAVE_PITCHSCREEN
|
#define HAVE_PITCHSCREEN
|
||||||
|
|
||||||
/* define this if you would like tagcache to build on this target */
|
/* define this if you would like tagcache to build on this target */
|
||||||
//#define HAVE_TAGCACHE
|
#define HAVE_TAGCACHE
|
||||||
|
|
||||||
/* LCD dimensions */
|
/* LCD dimensions */
|
||||||
#define LCD_WIDTH 128
|
#define LCD_WIDTH 128
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
#define MODEL_NAME "Cowon D2"
|
#define MODEL_NAME "Cowon D2"
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
#define HAVE_USBSTACK
|
#define HAVE_USBSTACK
|
||||||
#define USE_ROCKBOX_USB
|
#define USE_ROCKBOX_USB
|
||||||
#define USB_VENDOR_ID 0x0e21
|
#define USB_VENDOR_ID 0x0e21
|
||||||
|
|
|
||||||
|
|
@ -601,10 +601,10 @@ static int sd_transfer_sectors(IF_MV2(int drive,) unsigned long start,
|
||||||
|
|
||||||
if (card_info[drive].initialized <= 0)
|
if (card_info[drive].initialized <= 0)
|
||||||
{
|
{
|
||||||
int ret = sd_init_card(drive);
|
sd_init_card(drive);
|
||||||
if (!(card_info[drive].initialized))
|
if (!(card_info[drive].initialized))
|
||||||
{
|
{
|
||||||
panicf("card not initialised %d",ret);
|
panicf("card not initialised");
|
||||||
goto sd_transfer_error;
|
goto sd_transfer_error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue