summaryrefslogtreecommitdiff
path: root/halconf.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2011-04-16 17:01:55 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2011-04-16 17:01:55 +0200
commitb92871fcd7203e096551879cd51a850fa585529f (patch)
treee6b2e797f3512b6444011509bf815db54041ed9b /halconf.h
parent286cecb2bf08c5538cfe13053246b0d8b78b2df4 (diff)
Enable battery monitoring.
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
/**