aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM3-STM32F103-GCC/chconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-04-17 14:50:35 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-04-17 14:50:35 +0000
commitf71ba1635af2197a9543a37ea2b19a608a28320f (patch)
treebbc5b4d310a3bcf978c7aaba948ce2d162021ed1 /demos/ARMCM3-STM32F103-GCC/chconf.h
parente6ee866d8a37842faa3e9a99e3c3b4935ba28bf0 (diff)
downloadChibiOS-f71ba1635af2197a9543a37ea2b19a608a28320f.tar.gz
ChibiOS-f71ba1635af2197a9543a37ea2b19a608a28320f.tar.bz2
ChibiOS-f71ba1635af2197a9543a37ea2b19a608a28320f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@269 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F103-GCC/chconf.h')
-rw-r--r--demos/ARMCM3-STM32F103-GCC/chconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM3-STM32F103-GCC/chconf.h b/demos/ARMCM3-STM32F103-GCC/chconf.h
index f2b87e5bc..c8817f85c 100644
--- a/demos/ARMCM3-STM32F103-GCC/chconf.h
+++ b/demos/ARMCM3-STM32F103-GCC/chconf.h
@@ -158,7 +158,7 @@
* @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.
*/