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



##########
File path: arch/xtensa/src/esp32/esp32_rt_timer.c
##########
@@ -397,13 +392,13 @@ static int rt_timer_isr(int irq, void *context, void *arg)
 
   ESP32_TIM_ACKINT(tim);
 
-  /* Wake up thread to process timeout timers */
+  /* Wake up the thread to process timeout timers */

Review comment:
       ```suggestion
     /* Wake up the thread to process timed-out timers */
   ```




-- 
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:
[email protected]


Reply via email to