Fixes 2672678
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@822 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
ae027113f7
commit
391e3d68b2
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue