Fixes 2672678

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@822 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2009-03-08 17:12:59 +00:00
parent ae027113f7
commit 391e3d68b2
1 changed files with 0 additions and 6 deletions

View File

@ -27,12 +27,6 @@
#ifndef _SYS_H_ #ifndef _SYS_H_
#define _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. * @brief Halts the system.
* @details This function is invoked by the operating system when an * @details This function is invoked by the operating system when an