From d3d0b26421bea28acc3f844a5b630d928083e9ec Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Thu, 15 Nov 2007 06:44:35 +0000 Subject: Work in progress fixes to the remote button handling. Now the remote can be unplugged and then plugged in and it will work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15628 a1c6a512-1295-4272-9138-f99709370657 --- firmware/rolo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/rolo.c') diff --git a/firmware/rolo.c b/firmware/rolo.c index aac99cc555..2a4b753948 100644 --- a/firmware/rolo.c +++ b/firmware/rolo.c @@ -161,7 +161,7 @@ void rolo_restart(const unsigned char* source, unsigned char* dest, /* Wait for the COP to tell us it is rebooting */ while(cpu_reply != 2); #endif - + asm volatile( "mov r0, #0x10000000 \n" "mov pc, r0 \n" -- cgit v1.2.3