test NEU 2.0

This commit is contained in:
weiting2
2020-01-06 18:11:43 +08:00
parent 6f8479770d
commit a3670d0e9a
@@ -1052,7 +1052,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) | 0x1111;
SPICallBack = CONTINUOUS_TRANS;
return NEU_SET_AMP_GAIN;
}