test NEU 2.0
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user