aboutsummaryrefslogtreecommitdiff
path: root/i2c.c
diff options
context:
space:
mode:
Diffstat (limited to 'i2c.c')
-rw-r--r--i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i2c.c b/i2c.c
index d7e5058..7fe4fd2 100644
--- a/i2c.c
+++ b/i2c.c
@@ -6,7 +6,7 @@
#include "i2c.h"
#include "common.h"
-volatile twReq twr;
+twReq twr;
static void twStartRaw () {
/* disable stop, enable interrupt, reset twint, enable start, enable i2c */