From 55173b29da939690453db807764de31bb9e667a8 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 8 Jan 2011 14:58:27 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2618 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/RVCT/ARMCMx/chcore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/ports/RVCT/ARMCMx/chcore.c') diff --git a/os/ports/RVCT/ARMCMx/chcore.c b/os/ports/RVCT/ARMCMx/chcore.c index 56ddcb6bc..627b4c812 100644 --- a/os/ports/RVCT/ARMCMx/chcore.c +++ b/os/ports/RVCT/ARMCMx/chcore.c @@ -33,7 +33,7 @@ * to redefine it in your application code. */ #if !defined(__DOXYGEN__) -__weak +__attribute__((weak)) #endif void port_halt(void) { -- cgit v1.2.3