kasjer commented on code in PR #19:
URL: https://github.com/apache/mynewt-blinky/pull/19#discussion_r1237421060


##########
apps/blinky/src/main.c:
##########
@@ -42,7 +42,7 @@ int g_led_pin;
  * @return int NOTE: this function should never return!
  */
 int
-main(int argc, char **argv)
+mynewt_main(int argc, char **argv)

Review Comment:
   With this change call to `mcu_sim_parse_args()` should not be needed any more



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