From 391e3d68b248f4a4cc779b060a127669bceb6e35 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 8 Mar 2009 17:12:59 +0000 Subject: Fixes 2672678 git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@822 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- src/include/sys.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/include/sys.h b/src/include/sys.h index e36d98b76..90fbfd1a1 100644 --- a/src/include/sys.h +++ b/src/include/sys.h @@ -27,12 +27,6 @@ #ifndef _SYS_H_ #define _SYS_H_ -/** - * @brief Prints a message on the system console (if any). - * @param msg the message to be printed on the system console - */ -#define chSysPuts(msg) port_puts(msg) - /** * @brief Halts the system. * @details This function is invoked by the operating system when an -- cgit v1.2.3