We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0577726 commit e74519fCopy full SHA for e74519f
bsp/tm4c129x/libraries/startup/startup_gcc.c
@@ -217,8 +217,7 @@ extern uint32_t _ebss;
217
// application.
218
//
219
//*****************************************************************************
220
-void
221
-ResetISR(void)
+void ResetISR(void)
222
{
223
uint32_t *pui32Src, *pui32Dest;
224
@@ -261,6 +260,9 @@ ResetISR(void)
261
260
262
// Call the application's entry point.
263
+ extern int entry(void);
264
+ entry();
265
+ /*rtthread_startup();*/
266
main();
267
}
268
0 commit comments