diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-08-30 01:43:21 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-08-30 01:45:15 -0400 |
commit | b01e9295e4b5ae2680dc4a8acaf9349250cd6b8d (patch) | |
tree | acda4f1133e0153336b1c05797e00562bbe9c0e4 | |
parent | 733821b59272af38be85a164b2cd40e2de87e895 (diff) | |
download | rockbox-b01e929.tar.gz rockbox-b01e929.zip |
jz4760: Revert back to the delay loop udelay()
... the timer-based version used the same timer as our os tick!
Change-Id: Id84b308bfa1145cb8806e1029f2ca26159fb71e1
-rw-r--r-- | firmware/target/mips/ingenic_jz47xx/system-jz4760.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/mips/ingenic_jz47xx/system-jz4760.c b/firmware/target/mips/ingenic_jz47xx/system-jz4760.c index 78f9fc6cab..01d6d8d93e 100644 --- a/firmware/target/mips/ingenic_jz47xx/system-jz4760.c +++ b/firmware/target/mips/ingenic_jz47xx/system-jz4760.c @@ -28,7 +28,7 @@ #include "kernel.h" #include "power.h" -#define USE_HW_UDELAY +//#define USE_HW_UDELAY // This is BROKEN. static int irq; static void UIRQ(void) |