aboutsummaryrefslogtreecommitdiff
path: root/src/rtos/riscv_debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rtos/riscv_debug.c')
-rw-r--r--src/rtos/riscv_debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtos/riscv_debug.c b/src/rtos/riscv_debug.c
index ad9d064..c999cbc 100644
--- a/src/rtos/riscv_debug.c
+++ b/src/rtos/riscv_debug.c
@@ -100,7 +100,7 @@ static int riscv_gdb_thread_packet(struct connection *connection, const char *pa
}
if (strncmp(packet, "qAttached", 9) == 0) {
- gdb_put_packet(connection, "1", 1);
+ gdb_put_packet(connection, "0", 1);
return ERROR_OK;
}