mirror of
https://github.com/GorgonMeducer/perf_counter.git
synced 2025-01-17 19:13:03 +08:00
code clean up
This commit is contained in:
parent
ae5afb0ca1
commit
b1d3088eb1
@ -16,15 +16,15 @@
|
||||
;****************************************************************************/
|
||||
|
||||
|
||||
.syntax unified
|
||||
.arch armv6-m
|
||||
|
||||
.syntax unified
|
||||
.arch armv6-m
|
||||
|
||||
.text
|
||||
.thumb
|
||||
.thumb_func
|
||||
.align 2
|
||||
.globl __wrap_SysTick_Handler
|
||||
.type __wrap_SysTick_Handler, %function
|
||||
.thumb
|
||||
.thumb_func
|
||||
.align 2
|
||||
.globl __wrap_SysTick_Handler
|
||||
.type __wrap_SysTick_Handler, %function
|
||||
|
||||
__wrap_SysTick_Handler:
|
||||
push {r4, r5}
|
||||
@ -38,8 +38,8 @@ __wrap_SysTick_Handler:
|
||||
bx R0
|
||||
|
||||
|
||||
.globl __ensure_systick_wrapper
|
||||
.type __ensure_systick_wrapper, %function
|
||||
.globl __ensure_systick_wrapper
|
||||
.type __ensure_systick_wrapper, %function
|
||||
|
||||
__ensure_systick_wrapper:
|
||||
bx lr
|
||||
|
Loading…
x
Reference in New Issue
Block a user