aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F37x/USB_CDC/halconf.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-29 07:26:23 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-29 07:26:23 +0000
commit67177198e9228a0b8c8086d85ba206ad8164bd01 (patch)
tree231524af848e28178053dde3008aa8eda4d02758 /testhal/STM32F37x/USB_CDC/halconf.h
parent80d4ec8d07aa1945a173acdb18933a4719937509 (diff)
downloadChibiOS-67177198e9228a0b8c8086d85ba206ad8164bd01.tar.gz
ChibiOS-67177198e9228a0b8c8086d85ba206ad8164bd01.tar.bz2
ChibiOS-67177198e9228a0b8c8086d85ba206ad8164bd01.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6329 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F37x/USB_CDC/halconf.h')
-rw-r--r--testhal/STM32F37x/USB_CDC/halconf.h13
1 files changed, 3 insertions, 10 deletions
diff --git a/testhal/STM32F37x/USB_CDC/halconf.h b/testhal/STM32F37x/USB_CDC/halconf.h
index cd76b0cfe..d60800288 100644
--- a/testhal/STM32F37x/USB_CDC/halconf.h
+++ b/testhal/STM32F37x/USB_CDC/halconf.h
@@ -31,13 +31,6 @@
#include "mcuconf.h"
/**
- * @brief Enables the TM subsystem.
- */
-#if !defined(HAL_USE_TM) || defined(__DOXYGEN__)
-#define HAL_USE_TM TRUE
-#endif
-
-/**
* @brief Enables the PAL subsystem.
*/
#if !defined(HAL_USE_PAL) || defined(__DOXYGEN__)
@@ -48,7 +41,7 @@
* @brief Enables the ADC subsystem.
*/
#if !defined(HAL_USE_ADC) || defined(__DOXYGEN__)
-#define HAL_USE_ADC FALSE
+#define HAL_USE_ADC TRUE
#endif
/**
@@ -132,7 +125,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
/**
@@ -153,7 +146,7 @@
* @brief Enables the USB subsystem.
*/
#if !defined(HAL_USE_USB) || defined(__DOXYGEN__)
-#define HAL_USE_USB TRUE
+#define HAL_USE_USB FALSE
#endif
/*===========================================================================*/