diff --git a/Src/BootJump.c b/Src/BootJump.c index 0dab8a3..9a301a0 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();