Stop log dumping at flight end. Print 'end' at end of log.
[fw/altos] / ao_task.c
index b69f51ee432f61c5b0f408df01c5123301f11e00..06c279e9faa7eb9119cbb53eda77195842f8b680 100644 (file)
--- a/ao_task.c
+++ b/ao_task.c
@@ -209,7 +209,7 @@ ao_task_info(void)
                task = ao_tasks[i];
                pc_loc = task->stack_count - 17;
                printf("%12s: wchan %04x pc %04x\n",
-                      (char *) task->name,
+                      task->name,
                       (int16_t) task->wchan,
                       (task->stack[pc_loc]) | (task->stack[pc_loc+1] << 8));
        }