From e68a420f0a57cf7add88312a7084ea7228b85cb2 Mon Sep 17 00:00:00 2001 From: Thomas Ingleby Date: Fri, 2 May 2014 13:53:20 +0100 Subject: [PATCH] i2c: removed gpio from context Signed-off-by: Thomas Ingleby --- api/i2c.h | 1 - src/maa.i | 1 - 2 files changed, 2 deletions(-) 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; -- 2.7.4