mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-14 13:10:02 +00:00
Update samples to use mynewt_main instead of main
Mynewt core was updated to use mynewt_main.
This commit is contained in:
@@ -65,7 +65,7 @@ reset callbacks.
|
||||
}
|
||||
|
||||
int
|
||||
main(void)
|
||||
mynewt_main(int argc, char **argv)
|
||||
{
|
||||
/* Initialize all packages. */
|
||||
sysinit();
|
||||
|
||||
Reference in New Issue
Block a user