diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteI2C.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteI2C.h index 537ef53f8..f04e409d2 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteI2C.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteI2C.h @@ -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;