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();