Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/famicom-dumper-writer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'STM32_bootloader/Core/Src/main.c')
-rw-r--r--STM32_bootloader/Core/Src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/STM32_bootloader/Core/Src/main.c b/STM32_bootloader/Core/Src/main.c
index 6ccf57b..02c3432 100644
--- a/STM32_bootloader/Core/Src/main.c
+++ b/STM32_bootloader/Core/Src/main.c
@@ -138,8 +138,8 @@ int main(void)
#endif
// Green LED
led_green();
- // Need to release pin during one second
- HAL_Delay(1000);
+ // Need to release pin during 1/2 second
+ HAL_Delay(500);
// If IRQ pin not released...
if (!HAL_GPIO_ReadPin(IRQ_GPIO_Port, IRQ_Pin))
{