Fix typo errors in include/nuttx/clock.h
Signed-off-by: hujun5 <hujun5@xiaomi.com>
This commit is contained in:
parent
2b190de9d1
commit
a72f1820af
1 changed files with 2 additions and 2 deletions
|
@ -391,7 +391,7 @@ EXTERN volatile clock_t g_system_ticks;
|
|||
*
|
||||
* Input Parameters:
|
||||
* ts1 and ts2: The two timespecs to be added
|
||||
* t23: The location to return the result (may be ts1 or ts2)
|
||||
* ts3: The location to return the result (may be ts1 or ts2)
|
||||
*
|
||||
* Returned Value:
|
||||
* None
|
||||
|
@ -422,7 +422,7 @@ EXTERN volatile clock_t g_system_ticks;
|
|||
*
|
||||
* Input Parameters:
|
||||
* ts1 and ts2: The two timespecs to be subtracted (ts1 - ts2)
|
||||
* t23: The location to return the result (may be ts1 or ts2)
|
||||
* ts3: The location to return the result (may be ts1 or ts2)
|
||||
*
|
||||
* Returned Value:
|
||||
* None
|
||||
|
|
Loading…
Reference in a new issue