mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Rename clock_systime[r|spec] to clock_systime_[ticks|timespec]
follow up the new naming convention: https://cwiki.apache.org/confluence/display/NUTTX/Naming+of+OS+Internal+Functions
This commit is contained in:
@@ -104,7 +104,7 @@ static void work_qqueue(FAR struct kwork_wqueue_s *wqueue,
|
||||
|
||||
/* Now, time-tag that entry and put it in the work queue */
|
||||
|
||||
work->qtime = clock_systimer(); /* Time work queued */
|
||||
work->qtime = clock_systime_ticks(); /* Time work queued */
|
||||
|
||||
dq_addlast((FAR dq_entry_t *)work, &wqueue->q);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user