You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/05/26 20:04:12 UTC

[GitHub] [incubator-nuttx] gustavonihei commented on a change in pull request #3789: esp32&esp32-c3/rt_timer: Re-word some comments and fix typos

gustavonihei commented on a change in pull request #3789:
URL: https://github.com/apache/incubator-nuttx/pull/3789#discussion_r640083321



##########
File path: arch/risc-v/src/esp32c3/esp32c3_rt_timer.c
##########
@@ -187,18 +189,17 @@ static void stop_rt_timer(FAR struct rt_timer_s *timer)
 
   flags = enter_critical_section();
 
-  /**
-   * Function "start" can set timer to be repeat, and function "stop"
-   * should remove this feature although it is not in ready state.
+  /* "start" function can set the timer's repeat flag, and function "stop"

Review comment:
       ```suggestion
     /* "start" function can set the timer's repeat flag, and "stop" function
   ```




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org