1
0
Fork 0
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:
Frank Gevaerts 2008-12-21 16:32:13 +00:00
parent c88cd20ab2
commit af805be6cb
4 changed files with 6 additions and 11 deletions

View file

@ -1,4 +1,3 @@
test_codec.c
/* plugins common to all models */
battery_bench.c
chessclock.c
@ -153,7 +152,3 @@ superdom.c
#endif /* m:robe 500 */
md5sum.c
#ifdef GIGABEAT_F
gigabeat_flash.c
#endif

View file

@ -34,13 +34,13 @@
#define HAVE_BUTTON_LIGHT
/* 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 HAVE_PITCHSCREEN
#define HAVE_PITCHSCREEN
/* define this if you would like tagcache to build on this target */
//#define HAVE_TAGCACHE
#define HAVE_TAGCACHE
/* LCD dimensions */
#define LCD_WIDTH 128

View file

@ -8,7 +8,7 @@
#define MODEL_NAME "Cowon D2"
#if 1
#if 0
#define HAVE_USBSTACK
#define USE_ROCKBOX_USB
#define USB_VENDOR_ID 0x0e21

View file

@ -601,10 +601,10 @@ static int sd_transfer_sectors(IF_MV2(int drive,) unsigned long start,
if (card_info[drive].initialized <= 0)
{
int ret = sd_init_card(drive);
sd_init_card(drive);
if (!(card_info[drive].initialized))
{
panicf("card not initialised %d",ret);
panicf("card not initialised");
goto sd_transfer_error;
}
}