更新阈值
This commit is contained in:
parent
bc6c96d906
commit
9d34c3626c
@ -25,8 +25,8 @@
|
||||
<MemConfigValue>D:\Program Files\IAR Systems\Embedded Workbench 9.2\arm\config\debugger\CVAChip\CVM0144.ddf</MemConfigValue>
|
||||
</PlDriver>
|
||||
<ArmDriver>
|
||||
<EnableCache>0</EnableCache>
|
||||
<EnforceMemoryConfiguration>1</EnforceMemoryConfiguration>
|
||||
<EnableCache>0</EnableCache>
|
||||
</ArmDriver>
|
||||
<DebugChecksum>
|
||||
<Checksum>1315671368</Checksum>
|
||||
|
@ -713,11 +713,11 @@ static uint16_t getOverCurrentTh(uint8_t ch)
|
||||
case 0:
|
||||
if (MotorStateReal[MotorHG]!=Motor_ACT_NOACT)
|
||||
{
|
||||
th+=200;
|
||||
th+=150;
|
||||
}
|
||||
if (MotorStateReal[MotorKB]!=Motor_ACT_NOACT)
|
||||
{
|
||||
th+=100;
|
||||
th+=150;
|
||||
}
|
||||
break;
|
||||
case 1:
|
||||
|
Loading…
x
Reference in New Issue
Block a user