fix:fix startip_gcc.c entry point

This commit is contained in:
wirano
2024-01-20 01:40:23 +08:00
committed by Meco Man
parent edd7a5d176
commit 8d32b057c6
@@ -291,7 +291,8 @@ ResetISR(void)
//
// Call the application's entry point.
//
main();
extern int entry(void);
entry();
}
//*****************************************************************************