test NEU 2.0

This commit is contained in:
weiting2
2020-01-06 18:53:34 +08:00
parent 5502099315
commit b129f2b7d4
@@ -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;
}