1
0
Fork 0
forked from len0rd/rockbox

HDD6330: fix loading of the OF through the Rockbox bootloader (correct magic values in registers at the start), fix bootloader warnings.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28322 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Szymon Dziok 2010-10-21 21:16:00 +00:00
parent f81c0c05ce
commit 93ac986867
2 changed files with 11 additions and 2 deletions

View file

@ -29,9 +29,10 @@
#include "logf.h"
static int int_btn = BUTTON_NONE;
#ifndef BOOTLOADER
static int old_pos = -1;
static int scroll_repeat = BUTTON_NONE;
#endif
static int repeat = 0;
/*