summaryrefslogtreecommitdiff
path: root/halconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'halconf.h')
-rw-r--r--halconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/halconf.h b/halconf.h
index 1b0e3dd..b4624aa 100644
--- a/halconf.h
+++ b/halconf.h
@@ -45,7 +45,7 @@
* @brief Enables the ADC subsystem.
*/
#if !defined(HAL_USE_ADC) || defined(__DOXYGEN__)
-#define HAL_USE_ADC FALSE
+#define HAL_USE_ADC TRUE
#endif
/**