fix:fix startip_gcc.c entry point
This commit is contained in:
parent
edd7a5d176
commit
8d32b057c6
|
@ -291,7 +291,8 @@ ResetISR(void)
|
||||||
//
|
//
|
||||||
// Call the application's entry point.
|
// Call the application's entry point.
|
||||||
//
|
//
|
||||||
main();
|
extern int entry(void);
|
||||||
|
entry();
|
||||||
}
|
}
|
||||||
|
|
||||||
//*****************************************************************************
|
//*****************************************************************************
|
||||||
|
|
Loading…
Reference in New Issue