diff options
Diffstat (limited to 'cfg/halconf.h')
-rw-r--r-- | cfg/halconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg/halconf.h b/cfg/halconf.h index fe4c478..5cdb5e0 100644 --- a/cfg/halconf.h +++ b/cfg/halconf.h @@ -44,7 +44,7 @@ * @brief Enables the ADC subsystem.
*/
#if !defined(HAL_USE_ADC) || defined(__DOXYGEN__)
-#define HAL_USE_ADC FALSE
+#define HAL_USE_ADC TRUE
#endif
/**
|