From e0da0c3c9a545f236888dab2c72b83de4769a69c Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Mon, 21 Feb 2022 22:05:07 +0000 Subject: [PATCH] lengthen cdelay pauses by a factor of 10 --- coldboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coldboot/Makefile b/coldboot/Makefile index 1180178..7ac6333 100644 --- a/coldboot/Makefile +++ b/coldboot/Makefile @@ -7,8 +7,8 @@ endif # a multiplier factor on sleep loops. this allows simulations to run # at much shorter intervals -LONG_TIMER_MULT ?= 10000 -SHORT_TIMER_MULT ?= 100 +LONG_TIMER_MULT ?= 100000 +SHORT_TIMER_MULT ?= 1000 #LONG_TIMER_MULT ?= 1 #SHORT_TIMER_MULT ?= 1 -- 2.30.2