forked from len0rd/rockbox
jz4760: Revert back to the delay loop udelay()
... the timer-based version used the same timer as our os tick! Change-Id: Id84b308bfa1145cb8806e1029f2ca26159fb71e1
This commit is contained in:
parent
733821b592
commit
b01e9295e4
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
#include "kernel.h"
|
#include "kernel.h"
|
||||||
#include "power.h"
|
#include "power.h"
|
||||||
|
|
||||||
#define USE_HW_UDELAY
|
//#define USE_HW_UDELAY // This is BROKEN.
|
||||||
|
|
||||||
static int irq;
|
static int irq;
|
||||||
static void UIRQ(void)
|
static void UIRQ(void)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue