thermosphere: gdb: remove currentThreadId; migrate rx irq

This commit is contained in:
TuxSH
2020-01-31 00:36:15 +00:00
parent 5a29fd17fe
commit 598b0b4b56
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;