comparison target-utils/c139explore/main.c @ 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 da53ea0a38ba
children
comparison
equal deleted inserted replaced
525:4a7cb2089e5c 526:fc3592a27317
1 #include "types.h" 1 #include "types.h"
2 2
3 #define DELAY_1MS 13000 3 #define DELAY_1MS 6500 /* ARM7 core runs at 26 MHz here, not 52 MHz */
4 4
5 main() 5 main()
6 { 6 {
7 /* delay kludge workaround for defect in fc-compalram */ 7 /* delay kludge workaround for defect in fc-compalram */
8 wait_ARM_cycles(DELAY_1MS * 30); 8 wait_ARM_cycles(DELAY_1MS * 30);