thermosphere: gdb: remove currentThreadId; migrate rx irq

This commit is contained in:
TuxSH 2020-01-31 00:36:15 +00:00
parent 02e2a1efa2
commit f0b9162d5e
4 changed files with 2 additions and 11 deletions

View file

@ -127,7 +127,6 @@ static void GDB_Disconnect(GDBContext *ctx)
ctx->flags = 0;
ctx->state = GDB_STATE_DISCONNECTED;
ctx->currentThreadId = 0;
ctx->selectedThreadId = 0;
ctx->selectedThreadIdForContinuing = 0;
ctx->sentDebugEventCoreList = 0;