aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/chcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/chcore.h')
-rw-r--r--src/templates/chcore.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/templates/chcore.h b/src/templates/chcore.h
index a9bfcce63..e917ffa6f 100644
--- a/src/templates/chcore.h
+++ b/src/templates/chcore.h
@@ -69,6 +69,11 @@ typedef struct {
*/
#define chSysUnlock()
+/**
+ * Prints a message on the system console (if any).
+ */
+#define chSysPuts(msg) {}
+
void chSysHalt(void);
void chSysPause(void);
void chSysSwitchI(Context *oldp, Context *newp);