Update systick_wrapper_gcc.S

This commit is contained in:
Gabriel Wang 2024-01-20 19:03:22 +00:00
parent 5abef7ed71
commit fbfad9ac9c

View File

@ -15,6 +15,7 @@
;* *
;****************************************************************************/
#if !__PERFC_CFG_DISABLE_DEFAULT_SYSTICK_PORTING__
.syntax unified
.arch armv6-m
@ -42,3 +43,4 @@ __wrap_SysTick_Handler:
__ensure_systick_wrapper:
bx lr
#endif