summaryrefslogtreecommitdiffstats
path: root/udelay.c
diff options
context:
space:
mode:
Diffstat (limited to 'udelay.c')
-rw-r--r--udelay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udelay.c b/udelay.c
index 1d0b42f..2f032df 100644
--- a/udelay.c
+++ b/udelay.c
@@ -1,6 +1,6 @@
#include <sys/time.h>
#include <stdio.h>
-#include "debug.h"
+#include "flash.h"
// count to a billion. Time it. If it's < 1 sec, count to 10B, etc.
unsigned long micro = 1;
OpenPOWER on IntegriCloud