mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-02 16:17:54 +00:00
porting: Use mynewt_main in sample app
This app is used to update syscfg for ports.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#pragma message ( "This will probably not compile. Used to generate syscfg.h file and other artifacts." )
|
||||
|
||||
int
|
||||
main(void)
|
||||
mynewt_main(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user