fix VIS_CC_ZERO is CC i=0 ,without VIS_STI

This commit is contained in:
YiChin
2020-04-17 10:02:14 +08:00
parent bd070a4ce8
commit 116d4cfb76
2 changed files with 6 additions and 6 deletions
@@ -4,9 +4,9 @@
#define VERSION_DATE_YEAR 20
#define VERSION_DATE_MONTH 4
#define VERSION_DATE_DAY 16
#define VERSION_DATE_DAY 17
#define VERSION_DATE_HOUR 10
#define VERSION_DATE_MINUTE 05
#define VERSION_DATE_MINUTE 02
// this is NOT the version hash !!
// it's the last version hash
@@ -1167,10 +1167,10 @@ static void update_ZM_instruction(uint8 *ins) {
INSTRUCTION.ConstantCurrent = 0x00;
INSTRUCTION.NotifyRate = 1000;
uint8 *ins;
ins[0] = 0xC0;
ins[1] = 0xC0;
update_ZM_instruction(ins);
// uint8 *ins;
// ins[0] = 0xC0;
// ins[1] = 0xC0;
// update_ZM_instruction(ins);
break;
}