From d6ff9f5bda85206d163f02f7cc78e47968c434ce Mon Sep 17 00:00:00 2001 From: Jacques Comeaux Date: Fri, 12 Jul 2024 23:40:38 -0500 Subject: Fix automated serial input --- hexedit/main.s | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 hexedit/main.s (limited to 'hexedit/main.s') 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 -- cgit v1.2.3