[beken-72xx] Update base core to new structure
This commit is contained in:
2
cores/realtek-ambz/base/fixups/.clang-format
Normal file
2
cores/realtek-ambz/base/fixups/.clang-format
Normal file
@@ -0,0 +1,2 @@
|
||||
DisableFormat: true
|
||||
SortIncludes: Never
|
||||
@@ -75,7 +75,7 @@ void APP_InitTrace(void)
|
||||
|
||||
}
|
||||
|
||||
extern void main(void);
|
||||
extern void lt_main(void);
|
||||
|
||||
// The Main App entry point
|
||||
void APP_Start(void)
|
||||
@@ -112,7 +112,7 @@ void APP_Start(void)
|
||||
"mov sp, r0\n"
|
||||
);
|
||||
|
||||
main();
|
||||
lt_main();
|
||||
#endif // end of #if CONFIG_APP_DEMO
|
||||
#endif // end of else of "#ifdef CONFIG_MBED_ENABLED"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user