mirror of
https://github.com/apache/nuttx.git
synced 2026-08-08 14:07:17 +00:00
arch/x86_64/src/intel64/intel64_tickless.c: Fix a syslog format
This commit is contained in:
parent
1bbdd3b415
commit
efbf6bc44c
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ int up_alarm_start(FAR const struct timespec *ts)
|
|||
|
||||
up_tmr_sync_down();
|
||||
|
||||
tmrinfo("%d.%09d\n", ts->tv_sec, ts->tv_nsec);
|
||||
tmrinfo("%d.%09ld\n", ts->tv_sec, ts->tv_nsec);
|
||||
tmrinfo("start\n");
|
||||
|
||||
return OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue