mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 04:16:35 +08:00
sched/sched/sched_timerexpiration.c: Fix a syslog format
This commit is contained in:
committed by
Xiang Xiao
parent
a11c987699
commit
09b7660795
@@ -439,7 +439,7 @@ static void nxsched_timer_start(unsigned int ticks)
|
||||
|
||||
if (ret < 0)
|
||||
{
|
||||
serr("ERROR: up_timer_start/up_alarm_start failed: %d\n");
|
||||
serr("ERROR: up_timer_start/up_alarm_start failed: %d\n", ret);
|
||||
UNUSED(ret);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user