Fix ESP32C3 bootloader mode

This commit is contained in:
bjoernQ 2022-03-10 12:18:35 +01:00 committed by Jesse Braham
parent e7eea75ef8
commit c7dfabcefe
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
*/
.section .init, "ax"
.global _start
.global _start_hal
_start_hal:
/* Jump to the absolute address defined by the linker script. */