From 5bbad5026cb810f61c2466d5c4bf3438ba820842 Mon Sep 17 00:00:00 2001 From: Jacques Comeaux Date: Sun, 26 May 2024 14:21:59 -0500 Subject: Finish hexedit and update README --- hexedit/main.s | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'hexedit/main.s') diff --git a/hexedit/main.s b/hexedit/main.s index 5e294d4..f2f6126 100644 --- a/hexedit/main.s +++ b/hexedit/main.s @@ -2,6 +2,8 @@ .cpu cortex-m0plus .thumb +.section .entry, "ax" + .type main, %function .global main @@ -10,7 +12,4 @@ main: bl setup_clocks bl setup_gpio bl setup_uart -1: - bl uart_recv - bl uart_send - b 1b + b hexedit -- cgit v1.2.3