Fix nxstyle issues

This commit is contained in:
Nakamura, Yuuichi
2020-04-07 14:42:58 +09:00
committed by patacongo
parent e264484c16
commit 9029e4daee
19 changed files with 476 additions and 299 deletions

View File

@@ -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)
{