docs: added information of task states on fatal errors documentation.

This commit is contained in:
Felipe Neves
2020-04-20 14:10:23 -03:00
committed by bot
parent c296d01737
commit c78ddb770a
2 changed files with 2 additions and 2 deletions

View File

@@ -299,7 +299,7 @@ static void handle_qsThreadInfo_command(const unsigned char* cmd, int len)
/** qThreadExtraInfo requests the thread name */
static void handle_qThreadExtraInfo_command(const unsigned char* cmd, int len)
{
{
cmd += sizeof("qThreadExtraInfo,") - 1;
int task_index = esp_gdbstub_gethex(&cmd, -1);
TaskHandle_t handle;