aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/USB_CDC/halconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-09 15:10:15 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-04-09 15:10:15 +0000
commitde877486efb49378065f769ff423eef19ceb12e6 (patch)
tree9cfa53254d09a163f4ce90910461a07bf8698017 /testhal/STM32/USB_CDC/halconf.h
parentad009f46d58f4f555cd412aa2f2a267da01db4e0 (diff)
downloadChibiOS-de877486efb49378065f769ff423eef19ceb12e6.tar.gz
ChibiOS-de877486efb49378065f769ff423eef19ceb12e6.tar.bz2
ChibiOS-de877486efb49378065f769ff423eef19ceb12e6.zip
Fixed bug 3276379.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2872 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/USB_CDC/halconf.h')
-rw-r--r--testhal/STM32/USB_CDC/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/USB_CDC/halconf.h b/testhal/STM32/USB_CDC/halconf.h
index e401453e0..91ea7a5f2 100644
--- a/testhal/STM32/USB_CDC/halconf.h
+++ b/testhal/STM32/USB_CDC/halconf.h
@@ -94,7 +94,7 @@
* @brief Enables the SERIAL subsystem.
*/
#if !defined(HAL_USE_SERIAL) || defined(__DOXYGEN__)
-#define HAL_USE_SERIAL TRUE
+#define HAL_USE_SERIAL FALSE
#endif
/**