diff --git a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_neu.h b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_neu.h index e78c2be49..50c84a5c0 100644 --- a/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_neu.h +++ b/simplelink/ble_sdk_2_02_02_25/src/examples/simple_peripheral/cc26xx/app/headstage/headstage_neu.h @@ -1055,7 +1055,7 @@ static uint8_t build_neu_ins_config(uint8_t config_type, uint32_t* value) { } case NEU_SET_REC_CHANNEL: { *value = (0x01 << 23) | (0x30 << 16) | INSTRUCTION.recording_channel; -// *value = (0x01 << 23) | (0x30 << 16) | 0x1111; + *value = (0x01 << 23) | (0x30 << 16) | 0x0013; SPICallBack = CONTINUOUS_TRANS; return NEU_SET_AMP_GAIN; }