aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM8L-STM8L152-DISCOVERY-STVD/demo/halconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-13 08:59:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-13 08:59:15 +0000
commitbe60d348aa1f67e1c9a4667aa996318c1a43067f (patch)
tree1daf675592bab8c53aa77c03ae70f5ced0d8e36d /demos/STM8L-STM8L152-DISCOVERY-STVD/demo/halconf.h
parent688c495b28d6307050f370717c295f2f889e3b3c (diff)
downloadChibiOS-be60d348aa1f67e1c9a4667aa996318c1a43067f.tar.gz
ChibiOS-be60d348aa1f67e1c9a4667aa996318c1a43067f.tar.bz2
ChibiOS-be60d348aa1f67e1c9a4667aa996318c1a43067f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2356 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM8L-STM8L152-DISCOVERY-STVD/demo/halconf.h')
-rw-r--r--demos/STM8L-STM8L152-DISCOVERY-STVD/demo/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM8L-STM8L152-DISCOVERY-STVD/demo/halconf.h b/demos/STM8L-STM8L152-DISCOVERY-STVD/demo/halconf.h
index 3186be527..40bb5dbb1 100644
--- a/demos/STM8L-STM8L152-DISCOVERY-STVD/demo/halconf.h
+++ b/demos/STM8L-STM8L152-DISCOVERY-STVD/demo/halconf.h
@@ -90,7 +90,7 @@
* @brief Enables the SERIAL subsystem.
*/
#if !defined(HAL_USE_SERIAL) || defined(__DOXYGEN__)
-#define HAL_USE_SERIAL TRUE
+#define HAL_USE_SERIAL FALSE
#endif
/**