Skip to content

Commit b4e74b2

Browse files
Saiiijchanwangfei_chen
and
wangfei_chen
authored
timer: add missing ";" (#39)
Signed-off-by: wangfei_chen <[email protected]> Co-authored-by: wangfei_chen <[email protected]>
1 parent 4930934 commit b4e74b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FreeRTOS-Plus-POSIX/source/FreeRTOS_POSIX_timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ int timer_settime( timer_t timerid,
276276
}
277277

278278
/* Set uxTimerCallbackInvocations before timer start. */
279-
pxTimer->uxTimerCallbackInvocations = 0
279+
pxTimer->uxTimerCallbackInvocations = 0;
280280

281281
/* If xNextTimerExpiration is still 0, that means that it_value specified
282282
* an absolute timeout in the past. Per POSIX spec, a notification should be

0 commit comments

Comments
 (0)