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 3860b73..d10e1fe 100644
--- a/halconf.h
+++ b/halconf.h
@@ -66,7 +66,7 @@
* @brief Enables the I2C subsystem.
*/
#if !defined(HAL_USE_I2C) || defined(__DOXYGEN__)
-#define HAL_USE_I2C FALSE
+#define HAL_USE_I2C TRUE
#endif
/**