diff --git a/src/DebugServer/Gdb/AvrGdb/CommandPackets/FlashDone.cpp b/src/DebugServer/Gdb/AvrGdb/CommandPackets/FlashDone.cpp index 87284913..69a8020e 100644 --- a/src/DebugServer/Gdb/AvrGdb/CommandPackets/FlashDone.cpp +++ b/src/DebugServer/Gdb/AvrGdb/CommandPackets/FlashDone.cpp @@ -38,6 +38,9 @@ namespace Bloom::DebugServer::Gdb::AvrGdb::CommandPackets } targetControllerConsole.disableProgrammingMode(); + Logger::debug("Resetting target"); + targetControllerConsole.resetTarget(); + Logger::info("Target reset"); debugSession.connection.writePacket(OkResponsePacket());