diff options
Diffstat (limited to 'hexedit/main.s')
-rw-r--r-- | hexedit/main.s | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/hexedit/main.s b/hexedit/main.s deleted file mode 100644 index a12b4b3..0000000 --- a/hexedit/main.s +++ /dev/null @@ -1,18 +0,0 @@ -.syntax unified -.cpu cortex-m0plus -.thumb - -.section .entry, "ax" - -.type main, %function -.global main - -main: - bl start_xosc - bl setup_clocks - bl setup_gpio - bl setup_uart - b hexedit - -.section .stage_2_crc -.word 0x00000000 |