diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/sys.h | 6 |
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
|