diff options
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
/**
|