summaryrefslogtreecommitdiff
path: root/halconf.h
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2011-04-03 19:25:00 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2011-04-03 19:25:00 +0200
commit08296d249c3b0dffa4a0abe5ee1d55e0d576c14a (patch)
tree6cdf7135e6ad984d0c02f1f854947548255f9209 /halconf.h
parentf228e3268b1cfa28bdaec86d0d3bf22edcdef661 (diff)
Reading ITG-3200 to USB.
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
/**