summaryrefslogtreecommitdiff
path: root/firmware/rolo.c
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2007-11-15 06:44:35 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2007-11-15 06:44:35 +0000
commitd3d0b26421bea28acc3f844a5b630d928083e9ec (patch)
treeae41e45978582dede65cbd0bfae70dbd6eb1445c /firmware/rolo.c
parentd1c6d539625e20c04674cfa040f84f4444a16927 (diff)
downloadrockbox-d3d0b26421bea28acc3f844a5b630d928083e9ec.tar.gz
rockbox-d3d0b26421bea28acc3f844a5b630d928083e9ec.zip
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
Diffstat (limited to 'firmware/rolo.c')
-rw-r--r--firmware/rolo.c2
1 files changed, 1 insertions, 1 deletions
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,
161 /* Wait for the COP to tell us it is rebooting */ 161 /* Wait for the COP to tell us it is rebooting */
162 while(cpu_reply != 2); 162 while(cpu_reply != 2);
163#endif 163#endif
164 164
165 asm volatile( 165 asm volatile(
166 "mov r0, #0x10000000 \n" 166 "mov r0, #0x10000000 \n"
167 "mov pc, r0 \n" 167 "mov pc, r0 \n"