mirror of
https://github.com/FreeRTOS/Lab-Project-FreeRTOS-POSIX.git
synced 2025-10-18 09:02:11 +08:00
timer: add missing ";" (#39)
Signed-off-by: wangfei_chen <wangfei_chen@realsil.com.cn> Co-authored-by: wangfei_chen <wangfei_chen@realsil.com.cn>
This commit is contained in:
@@ -276,7 +276,7 @@ int timer_settime( timer_t timerid,
|
||||
}
|
||||
|
||||
/* Set uxTimerCallbackInvocations before timer start. */
|
||||
pxTimer->uxTimerCallbackInvocations = 0
|
||||
pxTimer->uxTimerCallbackInvocations = 0;
|
||||
|
||||
/* If xNextTimerExpiration is still 0, that means that it_value specified
|
||||
* an absolute timeout in the past. Per POSIX spec, a notification should be
|
||||
|
Reference in New Issue
Block a user