aboutsummaryrefslogtreecommitdiff
path: root/hexedit/main.s
diff options
context:
space:
mode:
Diffstat (limited to 'hexedit/main.s')
-rw-r--r--hexedit/main.s13
1 files changed, 0 insertions, 13 deletions
diff --git a/hexedit/main.s b/hexedit/main.s
deleted file mode 100644
index 0b49339..0000000
--- a/hexedit/main.s
+++ /dev/null
@@ -1,13 +0,0 @@
-.syntax unified
-.cpu cortex-m0plus
-.thumb
-
-.type main, %function
-.global main
-
-main:
- bl start_xosc
- bl setup_clocks
- bl setup_gpio
- bl setup_uart
- b SETUP