mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
hmc5883l.h: change char to uint8_t
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
parent
1d74ead4cc
commit
b26cbd09f1
@ -54,7 +54,7 @@ public:
|
|||||||
int update();
|
int update();
|
||||||
private:
|
private:
|
||||||
int m_coor[3];
|
int m_coor[3];
|
||||||
char m_rx_tx_buf[MAX_BUFFER_LENGTH];
|
uint8_t m_rx_tx_buf[MAX_BUFFER_LENGTH];
|
||||||
maa_i2c_context m_i2c;
|
maa_i2c_context m_i2c;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user