Skip to content

Commit

Permalink
Update systick_wrapper_gcc.S
Browse files Browse the repository at this point in the history
  • Loading branch information
GorgonMeducer committed Jan 20, 2024
1 parent 5abef7e commit fbfad9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions systick_wrapper_gcc.S
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
;* *
;****************************************************************************/

#if !__PERFC_CFG_DISABLE_DEFAULT_SYSTICK_PORTING__
.syntax unified
.arch armv6-m

Expand Down Expand Up @@ -42,3 +43,4 @@ __wrap_SysTick_Handler:

__ensure_systick_wrapper:
bx lr
#endif

0 comments on commit fbfad9a

Please sign in to comment.