task_stack_info increase task_name length to match NuttX CONFIG_TASK_NAME_SIZE

This commit is contained in:
Daniel Agar
2019-05-29 21:58:18 -04:00
parent 0dc8119c89
commit 0e949a36ee
2 changed files with 7 additions and 7 deletions
+1 -3
View File
@@ -2,7 +2,5 @@
uint64 timestamp # time since system start (microseconds)
uint8 MAX_REPORT_TASK_NAME_LEN = 16
uint16 stack_free
char[16] task_name
char[24] task_name