mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Simulated oneshot max_delay() method should not return a failure.
This commit is contained in:
@@ -174,7 +174,7 @@ static int sim_max_delay(FAR struct oneshot_lowerhalf_s *lower,
|
||||
|
||||
ts->tv_sec = INT_MAX;
|
||||
ts->tv_nsec = LONG_MAX;
|
||||
return -ENOSYS;
|
||||
return OK;
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user