Remove custom entry point, pending merge of esptool.py patch adding --entry-symbol option
This commit is contained in:
parent
1ee7222509
commit
a173ffa81d
3 changed files with 6 additions and 3 deletions
|
@ -23,7 +23,7 @@ PHDRS
|
|||
|
||||
|
||||
/* Default entry point: */
|
||||
ENTRY(sdk_call_user_start)
|
||||
ENTRY(call_user_start)
|
||||
EXTERN(sdk__DebugExceptionVector)
|
||||
EXTERN(sdk__DoubleExceptionVector)
|
||||
EXTERN(sdk__KernelExceptionVector)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue