From b199584bd2d586b91c5a117ff9ec758d092f39d2 Mon Sep 17 00:00:00 2001
From: cnlohr <lohr85@gmail.com>
Date: Fri, 2 Jun 2023 03:59:03 -0400
Subject: [PATCH] Reduce default time in bootloader

---
 examples/bootload/bootload.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/bootload/bootload.c b/examples/bootload/bootload.c
index a3c781e..67847cf 100644
--- a/examples/bootload/bootload.c
+++ b/examples/bootload/bootload.c
@@ -58,7 +58,7 @@ int main()
 		GPIOC->BSHR = 1<<16;                     // Turn off GPIOC0
 	}
 
-	for( i = 0; i < 5; i++ )
+	for( i = 0; i < 3; i++ )
 	{
 		GPIOD->BSHR = 1 | (1<<4);
 		GPIOC->BSHR = 1;
-- 
GitLab