diff options
author | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-07-12 23:40:38 -0500 |
---|---|---|
committer | Jacques Comeaux <jacquesrcomeaux@protonmail.com> | 2024-07-12 23:40:38 -0500 |
commit | d6ff9f5bda85206d163f02f7cc78e47968c434ce (patch) | |
tree | af3e8a4a6c8229e28f7f7c48da06276073e63d98 /hexedit/main.s | |
parent | 17d59ac15b87588de2228aa768e99b5bbca4561c (diff) |
Fix automated serial input
Diffstat (limited to 'hexedit/main.s')
-rw-r--r-- | hexedit/main.s | 13 |
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 |