summaryrefslogtreecommitdiffstats
path: root/watch-library/watch/watch_i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'watch-library/watch/watch_i2c.c')
-rw-r--r--watch-library/watch/watch_i2c.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/watch-library/watch/watch_i2c.c b/watch-library/watch/watch_i2c.c
index 385d9d08..d2cf474b 100644
--- a/watch-library/watch/watch_i2c.c
+++ b/watch-library/watch/watch_i2c.c
@@ -22,7 +22,9 @@
* SOFTWARE.
*/
- struct io_descriptor *I2C_0_io;
+#include "watch_i2c.h"
+
+struct io_descriptor *I2C_0_io;
void watch_enable_i2c() {
I2C_0_init();