aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F37x/USB_CDC/halconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-29 10:39:31 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-29 10:39:31 +0000
commit2c928f2833afa53ec045adafb39d85b84685a2d8 (patch)
treea542c9dc0184d3681dfded286fcf8d75edcf3f69 /testhal/STM32F37x/USB_CDC/halconf.h
parent67177198e9228a0b8c8086d85ba206ad8164bd01 (diff)
downloadChibiOS-2c928f2833afa53ec045adafb39d85b84685a2d8.tar.gz
ChibiOS-2c928f2833afa53ec045adafb39d85b84685a2d8.tar.bz2
ChibiOS-2c928f2833afa53ec045adafb39d85b84685a2d8.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6330 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F37x/USB_CDC/halconf.h')
-rw-r--r--testhal/STM32F37x/USB_CDC/halconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/testhal/STM32F37x/USB_CDC/halconf.h b/testhal/STM32F37x/USB_CDC/halconf.h
index d60800288..bd5a46fba 100644
--- a/testhal/STM32F37x/USB_CDC/halconf.h
+++ b/testhal/STM32F37x/USB_CDC/halconf.h
@@ -41,7 +41,7 @@
* @brief Enables the ADC subsystem.
*/
#if !defined(HAL_USE_ADC) || defined(__DOXYGEN__)
-#define HAL_USE_ADC TRUE
+#define HAL_USE_ADC FALSE
#endif
/**
@@ -125,7 +125,7 @@
* @brief Enables the SERIAL over USB subsystem.
*/
#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__)
-#define HAL_USE_SERIAL_USB FALSE
+#define HAL_USE_SERIAL_USB TRUE
#endif
/**
@@ -146,7 +146,7 @@
* @brief Enables the USB subsystem.
*/
#if !defined(HAL_USE_USB) || defined(__DOXYGEN__)
-#define HAL_USE_USB FALSE
+#define HAL_USE_USB TRUE
#endif
/*===========================================================================*/