Files
arduino_midi_player/Midi/music-box-stm32f1-master/user/PlayerUtils.s
T

15 lines
197 B
ArmAsm
Raw Normal View History

2025-03-24 14:30:56 +08:00
.syntax unified
.section .text
.thumb_func
.global UpdateTick
.global PlayNoteTimingCheck
.func UpdateTick
UpdateTick:
bx lr
.endfunc
.func PlayNoteTimingCheck
PlayNoteTimingCheck:
bx lr
.endfunc