Merge remote-tracking branch 'origin/Elite_ZTcurve' into Elite_ZTcurve
This commit is contained in:
+3
-1
@@ -882,8 +882,10 @@ static void update_ZM_instruction(uint8 *ins) {
|
||||
|
||||
case CONSTANT_CURRENT:{
|
||||
INSTRUCTION.eliteFxn = CONSTANT_CURRENT;
|
||||
CURRENT_USER_CODE CurrentUserCode = InitCurrentUserCode();
|
||||
CURRENT_USER_CODE CurrentUserCode;
|
||||
CurrentUserCode = InitCurrentUserCode();
|
||||
GetInstructionParameter(ins+2);
|
||||
break;
|
||||
}
|
||||
|
||||
case SET_ADC_GAIN: {
|
||||
|
||||
Reference in New Issue
Block a user