acassis commented on code in PR #18331: URL: https://github.com/apache/nuttx/pull/18331#discussion_r2840303044
########## arch/sim/src/sim/posix/sim_hosttime.c: ########## @@ -105,33 +101,28 @@ void host_sleepuntil(uint64_t nsec) /**************************************************************************** * Name: host_settimer - * - * Description: - * Set up a timer to send periodic signals. - * - * Input Parameters: - * nsec - timer expire time - * - * Returned Value: - * On success, (0) zero value is returned, otherwise a negative value. - * ****************************************************************************/ int host_settimer(uint64_t nsec) Review Comment: @aditya0yadav please keep the function description. If you think the description is wrong, please fix it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
