From 48d08ca9476ca38ba936ec7ff5ae3b79d8b02bd2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 18 Jan 2009 13:44:50 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@634 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- ports/ARM7/chcore.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ports/ARM7/chcore.c') diff --git a/ports/ARM7/chcore.c b/ports/ARM7/chcore.c index d7d51c85b..9ffe94ac5 100644 --- a/ports/ARM7/chcore.c +++ b/ports/ARM7/chcore.c @@ -28,14 +28,18 @@ * Prints a message on the system console. * @param msg pointer to the message */ +/** @cond never */ __attribute__((weak)) +/** @endcond */ void port_puts(char *msg) { } /** * Halts the system. */ +/** @cond never */ __attribute__((weak)) +/** @endcond */ void port_halt(void) { port_disable(); -- cgit v1.2.3