mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-23 20:24:35 +08:00
fix:fix startip_gcc.c entry point
This commit is contained in:
+2
-1
@@ -291,7 +291,8 @@ ResetISR(void)
|
||||
//
|
||||
// Call the application's entry point.
|
||||
//
|
||||
main();
|
||||
extern int entry(void);
|
||||
entry();
|
||||
}
|
||||
|
||||
//*****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user