changeset 526:fc3592a27317

c139explore boot delay adjusted for running at 26 MHz
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Jun 2019 05:51:38 +0000
parents 4a7cb2089e5c
children aa4f70e36cbd
files target-utils/c139explore/main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/target-utils/c139explore/main.c	Sun Jun 09 22:39:00 2019 +0000
+++ b/target-utils/c139explore/main.c	Fri Jun 14 05:51:38 2019 +0000
@@ -1,6 +1,6 @@
 #include "types.h"
 
-#define	DELAY_1MS	13000
+#define	DELAY_1MS	6500	/* ARM7 core runs at 26 MHz here, not 52 MHz */
 
 main()
 {