aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32L4xx/USB_CDC/halconf.h
diff options
context:
space:
mode:
authorRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-06-25 14:51:10 +0000
committerRocco Marco Guglielmi <roccomarco.guglielmi@live.com>2016-06-25 14:51:10 +0000
commitfe86aae1bf97d96ba38e9424d60593c4e7a5f252 (patch)
tree3a96a532b2c96065e47ddbdde93eb8b43ae50fd7 /testhal/STM32/STM32L4xx/USB_CDC/halconf.h
parentf7c23bcc06574b91f5ece441cd0449f7e553feca (diff)
downloadChibiOS-fe86aae1bf97d96ba38e9424d60593c4e7a5f252.tar.gz
ChibiOS-fe86aae1bf97d96ba38e9424d60593c4e7a5f252.tar.bz2
ChibiOS-fe86aae1bf97d96ba38e9424d60593c4e7a5f252.zip
Edits to USB_CDC demo. Added USB voltage validation in hal_lld.c (still not backported)
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9663 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32L4xx/USB_CDC/halconf.h')
-rw-r--r--testhal/STM32/STM32L4xx/USB_CDC/halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32L4xx/USB_CDC/halconf.h b/testhal/STM32/STM32L4xx/USB_CDC/halconf.h
index f2e2b4f47..63c29ccef 100644
--- a/testhal/STM32/STM32L4xx/USB_CDC/halconf.h
+++ b/testhal/STM32/STM32L4xx/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
/**