blob: 8a5286002c0e91a7e59a1ddd5ca81154887a22dc [file] [log] [blame]
.syntax unified
.cpu cortex-m4
.fpu fpv4-sp-d16
.thumb
.text
.align 2
.global foo
.thumb
.thumb_func
.type foo, %function
foo:
bx lr