diff --git a/api/i2c.h b/api/i2c.h index 89c86c1..843c047 100644 --- a/api/i2c.h +++ b/api/i2c.h @@ -49,7 +49,6 @@ typedef struct { int hz; /**< frequency of communication */ int fh; /**< the file handle to the /dev/i2c-* device */ int addr; /**< the address of the i2c slave */ - maa_gpio_context gpio; /*@}*/ } maa_i2c_context; diff --git a/src/maa.i b/src/maa.i index 8100937..6390e30 100644 --- a/src/maa.i +++ b/src/maa.i @@ -60,7 +60,6 @@ typedef struct { int hz; /**< frequency of communication */ int fh; /**< the file handle to the /dev/i2c-* device */ int addr; /**< the address of the i2c slave */ - maa_gpio_context gpio; /*@}*/ } maa_i2c_context;