This commit is contained in:
YiChin
2019-07-22 17:13:27 +08:00
parent f12185f853
commit 495aa8bbc5
@@ -13,7 +13,7 @@ static I2C_Handle I2Chandle;
static I2C_Params I2Cparams;
static I2C_Transaction i2cTrans;
#define I2CBufSize 4;
#define I2CBufSize 4
static uint8_t I2CtxBuf[I2CBufSize]; // Transmit buffer
static uint8_t I2CrxBuf[I2CBufSize]; // Receive buffer
bool transferDone = false;