fix VIS_CC_ZERO is CC i=0 ,without VIS_STI
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
+4
-4
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user