mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 20:08:15 +08:00
Added missing semicolon to dead-lock detection.
This commit is contained in:
committed by
Xiang Xiao
parent
9dc59e9109
commit
8d0b271ab6
+1
-1
@@ -531,7 +531,7 @@ static void dump_deadlock(void)
|
|||||||
#ifdef CONFIG_SCHED_BACKTRACE
|
#ifdef CONFIG_SCHED_BACKTRACE
|
||||||
sched_dumpstack(deadlock[i]);
|
sched_dumpstack(deadlock[i]);
|
||||||
#else
|
#else
|
||||||
_alert("deadlock pid: %d\n", deadlock[i])
|
_alert("deadlock pid: %d\n", deadlock[i]);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user