diff --git a/src/rtos/rtos.c b/src/rtos/rtos.c index 0082ced1f..e9a17ea21 100644 --- a/src/rtos/rtos.c +++ b/src/rtos/rtos.c @@ -344,7 +344,7 @@ int rtos_thread_packet(struct connection *connection, char *packet, int packet_s free(out_str); } } else - gdb_put_packet(connection, "", 0); + gdb_put_packet(connection, "l", 1); return ERROR_OK; } else if (strncmp(packet, "qsThreadInfo", 12) == 0) {