kasjer commented on a change in pull request #2729:
URL: https://github.com/apache/mynewt-core/pull/2729#discussion_r760795322



##########
File path: apps/bleprph_oic/src/main.c
##########
@@ -362,7 +362,7 @@ static const oc_handler_t omgr_oc_handler = {
  * @return int NOTE: this function should never return!
  */
 int
-main(void)
+mynewt_main(int argv, char **argv)

Review comment:
       more canonical way would be `(int argc, char *argv[])`




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