hartmannathan commented on a change in pull request #4000:
URL: https://github.com/apache/incubator-nuttx/pull/4000#discussion_r661545365



##########
File path: drivers/sensors/fakesensor.c
##########
@@ -49,7 +50,8 @@ struct fakesensor_s
   unsigned int batch;
   int raw_start;
   FAR const char *file_path;
-  sem_t run;
+  sem_t wakeup;
+  bool running;

Review comment:
       should this be:
   
   `  volatile bool running;`
   
   ?




-- 
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: commits-unsubscr...@nuttx.apache.org

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


Reply via email to