diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteDeviceCorrection.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteDeviceCorrection.h index 761db996c..ee894561f 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteDeviceCorrection.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/EliteDeviceCorrection.h @@ -547,7 +547,7 @@ static int32_t DecodeADCValue(uint8_t ADCGain, uint8_t ADCChannel, uint8_t *ADC_ int32_t ADCRealVolt = 0, ret = 0, ADCRealCurrent = 0, ADCRealResister = 0; // return real volt to controller - if(ADCChannel == ADC_CH_VOLT){ + if(ADCChannel == ADC_CH_VOLT){12 ADCRealVolt = DecodeADCVolt(ADC_measure); NotifyVolt[0] = (uint8_t) (ADCRealVolt >> 24); NotifyVolt[1] = (uint8_t) ((ADCRealVolt & 0x00FF0000) >> 16);