aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-08 17:12:59 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-03-08 17:12:59 +0000
commit391e3d68b248f4a4cc779b060a127669bceb6e35 (patch)
tree36a6fcbb898e2b9c0211ad3642cadc044fb8cc55 /src
parentae027113f74222aa0ff7122adde67cf726fb34b9 (diff)
downloadChibiOS-391e3d68b248f4a4cc779b060a127669bceb6e35.tar.gz
ChibiOS-391e3d68b248f4a4cc779b060a127669bceb6e35.tar.bz2
ChibiOS-391e3d68b248f4a4cc779b060a127669bceb6e35.zip
Fixes 2672678
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@822 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'src')
-rw-r--r--src/include/sys.h6
1 files changed, 0 insertions, 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
@@ -28,12 +28,6 @@
#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
* unrecoverable error is detected (as example because a programming error in