mirror of
https://github.com/apache/nuttx.git
synced 2025-12-11 12:57:57 +08:00
Fix nxstyle issues
This commit is contained in:
committed by
patacongo
parent
e264484c16
commit
9029e4daee
@@ -288,7 +288,9 @@ int timer_settime(timer_t timerid, int flags,
|
||||
|
||||
nxsig_cancel_notification(&timer->pt_work);
|
||||
|
||||
/* If the it_value member of value is zero, the timer will not be re-armed */
|
||||
/* If the it_value member of value is zero, the timer will not be
|
||||
* re-armed
|
||||
*/
|
||||
|
||||
if (value->it_value.tv_sec <= 0 && value->it_value.tv_nsec <= 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user