aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/PAL/cfg-stm32f303_discovery
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-09-01 15:19:23 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-09-01 15:19:23 +0000
commitf0dd706419939527c5d040fc103b9582a0b9a31f (patch)
treefc0c5390fc0b44d3d86f6d3d19a222a734843a37 /testhal/STM32/multi/PAL/cfg-stm32f303_discovery
parenta7b0115ab133cb4585ef054e2c80a579fc9fff75 (diff)
downloadChibiOS-f0dd706419939527c5d040fc103b9582a0b9a31f.tar.gz
ChibiOS-f0dd706419939527c5d040fc103b9582a0b9a31f.tar.bz2
ChibiOS-f0dd706419939527c5d040fc103b9582a0b9a31f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10521 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/multi/PAL/cfg-stm32f303_discovery')
-rw-r--r--testhal/STM32/multi/PAL/cfg-stm32f303_discovery/halconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/testhal/STM32/multi/PAL/cfg-stm32f303_discovery/halconf.h b/testhal/STM32/multi/PAL/cfg-stm32f303_discovery/halconf.h
index 63c29ccef..63edfac75 100644
--- a/testhal/STM32/multi/PAL/cfg-stm32f303_discovery/halconf.h
+++ b/testhal/STM32/multi/PAL/cfg-stm32f303_discovery/halconf.h
@@ -146,7 +146,7 @@
* @brief Enables the SERIAL over USB subsystem.
*/
#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__)
-#define HAL_USE_SERIAL_USB TRUE
+#define HAL_USE_SERIAL_USB FALSE
#endif
/**
@@ -167,7 +167,7 @@
* @brief Enables the USB subsystem.
*/
#if !defined(HAL_USE_USB) || defined(__DOXYGEN__)
-#define HAL_USE_USB TRUE
+#define HAL_USE_USB FALSE
#endif
/**