aboutsummaryrefslogtreecommitdiffstats
path: root/ports/ARM7
diff options
context:
space:
mode:
Diffstat (limited to 'ports/ARM7')
-rw-r--r--ports/ARM7/chcore.c10
-rw-r--r--ports/ARM7/chcore.h1
2 files changed, 0 insertions, 11 deletions
diff --git a/ports/ARM7/chcore.c b/ports/ARM7/chcore.c
index fd7661373..d0e0071bf 100644
--- a/ports/ARM7/chcore.c
+++ b/ports/ARM7/chcore.c
@@ -27,16 +27,6 @@
#include <ch.h>
/**
- * 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 */
diff --git a/ports/ARM7/chcore.h b/ports/ARM7/chcore.h
index 5cc6fc276..3dfef7d80 100644
--- a/ports/ARM7/chcore.h
+++ b/ports/ARM7/chcore.h
@@ -310,7 +310,6 @@ struct context {
#ifdef __cplusplus
extern "C" {
#endif
- void port_puts(char *msg);
void port_halt(void);
#ifdef THUMB
void _port_switch_thumb(Thread *otp, Thread *ntp);