From 0f88624b014bf61c75a5feee98944492d135d92c Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Wed, 5 Feb 2025 13:53:05 +0200 Subject: [PATCH] remove unneccesary .global directives --- start.S | 3 --- 1 file changed, 3 deletions(-) diff --git a/start.S b/start.S index 12e6151..c02fde2 100644 --- a/start.S +++ b/start.S @@ -2,9 +2,6 @@ .cpu cortex-m4 .thumb -.global vtable -.global reset_handler - vtable: .word __stack_start .word __hard_reset__+1