mbed library sources modified for open wear

Dependents:   openwear-lifelogger-example

Fork of mbed-src by mbed official

Revision:
310:6188e0254baa
Parent:
13:0645d8841f51
--- a/api/I2C.h	Mon Sep 08 23:16:31 2014 +0000
+++ b/api/I2C.h	Tue Sep 16 22:42:01 2014 +0000
@@ -129,10 +129,11 @@
      */
     void stop(void);
 
+    i2c_t _i2c;
+
 protected:
     void aquire();
 
-    i2c_t _i2c;
     static I2C  *_owner;
     int         _hz;
 };