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/06/30 14:45:45 UTC

[GitHub] [incubator-nuttx] hartmannathan commented on a change in pull request #4000: driver/fakesensor: fix bugs.

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-unsubscribe@nuttx.apache.org

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