This commit is contained in:
yichin
2020-01-09 16:46:02 +08:00
parent 7cbe888f39
commit e2f2b88e80
@@ -979,7 +979,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) | 0b0000000100000001;
*value = (0x01 << 23) | (0x30 << 16) | 0b0000010000000000;
SPICallBack = CONTINUOUS_TRANS;
return NEU_SET_AMP_GAIN;
}