From 824b15c3794ccad63227274866e18e6ffee8dc7c Mon Sep 17 00:00:00 2001
From: darya
Date: Wed, 24 Jun 2026 14:23:13 +0300
Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?=
=?UTF-8?q?=D0=BD=D0=B8=D0=B5=2023.06.2026?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Src/BootJump.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Src/BootJump.c b/Src/BootJump.c
index 9a301a0..0dab8a3 100644
--- a/Src/BootJump.c
+++ b/Src/BootJump.c
@@ -186,7 +186,7 @@ void BootFastJumpToAddress(const uint32_t address) {
void Reset() {
-// DeInitAll();
+ DeInitAll();
NVIC_SystemReset();