diff options
Diffstat (limited to 'demos/ARM7-LPC214x-GCC')
-rw-r--r-- | demos/ARM7-LPC214x-GCC/chconf.h | 4 | ||||
-rw-r--r-- | demos/ARM7-LPC214x-GCC/chcore.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/demos/ARM7-LPC214x-GCC/chconf.h b/demos/ARM7-LPC214x-GCC/chconf.h index 311d6efbc..87402547c 100644 --- a/demos/ARM7-LPC214x-GCC/chconf.h +++ b/demos/ARM7-LPC214x-GCC/chconf.h @@ -160,11 +160,11 @@ * @note the debug support is port-dependent, it may be not present on some
* targets. In that case stub functions will be included.
*/
-#define CH_USE_DEBUG
+//#define CH_USE_DEBUG
/** Debug option: Includes the threads context switch tracing feature.
*/
-#define CH_USE_TRACE
+//#define CH_USE_TRACE
#endif /* _CHCONF_H_ */
diff --git a/demos/ARM7-LPC214x-GCC/chcore.c b/demos/ARM7-LPC214x-GCC/chcore.c index ad6f3a82c..640622e04 100644 --- a/demos/ARM7-LPC214x-GCC/chcore.c +++ b/demos/ARM7-LPC214x-GCC/chcore.c @@ -166,7 +166,7 @@ void chSysHalt(void) { }
/*
- * System console message (implemented via JTAG).
+ * System console message (not implemented).
*/
void chSysPuts(char *msg) {
}
|