maa: update for 0.2.5 API

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-05-19 10:45:09 +01:00
parent d6bb8bc1db
commit 811aa6b71c
4 changed files with 6 additions and 6 deletions

View File

@ -55,7 +55,7 @@ public:
private:
int m_coor[3];
char m_rx_tx_buf[MAX_BUFFER_LENGTH];
maa_i2c_context* m_i2c;
maa_i2c_context m_i2c;
};
}