Skip to content

Commit

Permalink
Correct missing call to wait debugger commands (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes authored Nov 22, 2017
1 parent 21c31f1 commit 3056cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/CMSIS-OS/ChibiOS/nanoCLR/CLRStartup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ void ClrStartup(CLR_SETTINGS params)

if(params.EnterDebuggerLoopAfterExit)
{
// UNDONE: FIXME: CLR_DBG_Debugger::Debugger_WaitForCommands();
CLR_DBG_Debugger::Debugger_WaitForCommands();
}
}

Expand Down

0 comments on commit 3056cda

Please sign in to comment.