porting: Use mynewt_main in sample app

This app is used to update syscfg for ports.
This commit is contained in:
Szymon Janc
2024-02-23 14:55:39 +01:00
parent 0b59865e3a
commit 0abf84dc70
+1 -1
View File
@@ -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;
}