Remove custom entry point, pending merge of esptool.py patch adding --entry-symbol option

This commit is contained in:
Angus Gratton 2015-06-03 14:29:56 +10:00
parent 1ee7222509
commit a173ffa81d
3 changed files with 6 additions and 3 deletions

View file

@ -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)