grrr, I need to learn to do case insensitive grepping when that's the better idea...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19062 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2008-11-10 09:50:25 +00:00
parent 13319cdb82
commit 55634f7410
2 changed files with 3 additions and 3 deletions

View file

@ -78,7 +78,7 @@ uclcopy:
str r1, [r0]
#ifndef SANSA_M200V2 /* this doesnt work for m200 */
#ifndef SANSA_M200V4 /* this doesnt work for m200 */
/* we check A3 unconditionally of the model because it seems to be */
/* either hold, either usb on every model */
@ -118,7 +118,7 @@ uclcopy:
cmp r1, #0 /* C3 = #0 means button pressed */
beq boot_of
#elif defined(SANSA_M200V2)
#elif defined(SANSA_M200V4)
/* SELECT button */
.set row, (1<<5) /* enable output on A5 */
ldr r0, =GPIOA