diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-06-25 14:51:10 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-06-25 14:51:10 +0000 |
commit | fe86aae1bf97d96ba38e9424d60593c4e7a5f252 (patch) | |
tree | 3a96a532b2c96065e47ddbdde93eb8b43ae50fd7 /testhal/STM32/STM32L4xx/USB_CDC/halconf.h | |
parent | f7c23bcc06574b91f5ece441cd0449f7e553feca (diff) | |
download | ChibiOS-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.h | 2 |
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
/**
|