Commit aa295905 authored by lcgamboa's avatar lcgamboa

fix: qemu stop cmd bug fixed !minor

parent 287a5012
......@@ -257,8 +257,8 @@ board_qemu_stm32::MEnd(void)
{
if (connected)
{
connected = 0;
qemu_cmd ("quit");
connected = 0;
}
if (sockfd >= 0)close (sockfd);
if (sockmon >= 0)close (sockmon);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment