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