1
0
Fork 0
forked from len0rd/rockbox

Allow GPIO debug screen on Sansa. Also remove a warning from the NAND driver

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11593 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Ankers 2006-11-25 15:57:07 +00:00
parent d3069d00c0
commit 844d22f277
2 changed files with 1 additions and 2 deletions

View file

@ -1079,7 +1079,7 @@ bool dbg_ports(void)
return false;
}
#elif CONFIG_CPU == PP5020
#elif CONFIG_CPU == PP5020 || CONFIG_CPU == PP5024
unsigned int gpio_a, gpio_b, gpio_c, gpio_d;
unsigned int gpio_e, gpio_f, gpio_g, gpio_h;

View file

@ -121,7 +121,6 @@ static struct event_queue sd_queue;
bool sd_send_command(unsigned int cmd, unsigned long arg1, unsigned int arg2)
{
bool result = false;
unsigned char cbuf[32];
do
{
CMD_REG0 = cmd;