diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-08 14:58:27 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-01-08 14:58:27 +0000 |
commit | 55173b29da939690453db807764de31bb9e667a8 (patch) | |
tree | a92bfef4166fd7693ad30ad8426cf02464cdf931 /os | |
parent | e01b1f1f1eeff80a2670e0c7d52619e7dd5a85e2 (diff) | |
download | ChibiOS-55173b29da939690453db807764de31bb9e667a8.tar.gz ChibiOS-55173b29da939690453db807764de31bb9e667a8.tar.bz2 ChibiOS-55173b29da939690453db807764de31bb9e667a8.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2618 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/ports/RVCT/ARMCMx/chcore.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) {
|