fusee_cpp: Add display init/fatal error display logic

This commit is contained in:
Michael Scire 2021-08-23 11:57:39 -07:00
parent ba768c7f62
commit 34cad3b3b6

View File

@ -42,7 +42,8 @@ __aeabi_ldivmod:
mov r0, sp mov r0, sp
bl __l_divmod bl __l_divmod
pop {r0-r3} pop {r0-r3}
pop {ip, pc} pop {ip, lr}
bx lr
.type __aeabi_ldivmod, %function .type __aeabi_ldivmod, %function
.size __aeabi_ldivmod, .-__aeabi_ldivmod .size __aeabi_ldivmod, .-__aeabi_ldivmod
@ -61,7 +62,8 @@ __aeabi_uldivmod :
mov r0, sp mov r0, sp
bl __ul_divmod bl __ul_divmod
pop {r0-r3} pop {r0-r3}
pop {ip, pc} pop {ip, lr}
bx lr
.type __aeabi_uldivmod, %function .type __aeabi_uldivmod, %function
.size __aeabi_uldivmod, .-__aeabi_uldivmod .size __aeabi_uldivmod, .-__aeabi_uldivmod