mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-10-02 22:55:26 +00:00
Fix ESP32C3 bootloader mode
This commit is contained in:
parent
e7eea75ef8
commit
c7dfabcefe
@ -12,7 +12,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.section .init, "ax"
|
.section .init, "ax"
|
||||||
.global _start
|
.global _start_hal
|
||||||
|
|
||||||
_start_hal:
|
_start_hal:
|
||||||
/* Jump to the absolute address defined by the linker script. */
|
/* Jump to the absolute address defined by the linker script. */
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user