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:
Solomon Peachy 2020-08-30 01:43:21 -04:00
parent 733821b592
commit b01e9295e4
1 changed files with 1 additions and 1 deletions

View File

@ -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)