pkarashchenko commented on a change in pull request #1056:
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/1056#discussion_r822515099



##########
File path: examples/lis3dsh_reader/lis3dsh_reader_main.c
##########
@@ -49,7 +53,7 @@
 #include <nuttx/sensors/lis3dsh.h>
 
 /****************************************************************************
- * lis3dsh_reader_main

Review comment:
       I see that many source files keep both. Example:
   ```
   /****************************************************************************
    * Public Functions
    
****************************************************************************/
   
   /****************************************************************************
    * renew_main
    
****************************************************************************/
   
   int main(int argc, FAR char *argv[])
   ```
   So can we add `Public Functions` instead of replacing `lis3dsh_reader_main`?




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


Reply via email to