Remove the unused ENRD0_USB_STATUS define, I'll leave the other button defines in, maybe someone wants his bootloader to use one of those instead ;)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27081 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7d15c43bd7
commit
49a3808ddf
1 changed files with 0 additions and 1 deletions
|
@ -255,7 +255,6 @@ uclcopy:
|
|||
.set BUTTON_UP, (1<< 5)
|
||||
.set BUTTON_RIGHT, (1<< 6)
|
||||
.set BUTTON_HOLD, (1<<12)
|
||||
.set ENRD0_USB_STATUS, (1<< 3)
|
||||
|
||||
ldr r0, =CGU_DBOP
|
||||
mov r1, #(1<<3) @ DBOP freq = PCLK, clock enabled
|
||||
|
|
Loading…
Reference in a new issue