From 328bdfac63839fc4ea0a83d5a166c9590847cad4 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 18 Dec 2010 09:55:10 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2492 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/IAR/ARMCMx/cstartup.s | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'os') diff --git a/os/ports/IAR/ARMCMx/cstartup.s b/os/ports/IAR/ARMCMx/cstartup.s index 2084ff929..61da4b472 100644 --- a/os/ports/IAR/ARMCMx/cstartup.s +++ b/os/ports/IAR/ARMCMx/cstartup.s @@ -71,12 +71,11 @@ _call_main: bl _exit PUBWEAK hwinit0 -hwinit0 +hwinit0: bx lr - PUBWEAK hwinit1 -hwinit1 +hwinit1: bx lr REQUIRE __vector_table -- cgit v1.2.3