|
@@ -272,7 +272,9 @@ if( power_stPowStateOut.uwPowerKeyMode ==1)
|
|
|
power_stPowStateOut.blPowerShutdownFlg = TRUE;
|
|
|
power_stPowStateOut.uwPowerShutdnCnt = 0;
|
|
|
Reset_POWER_LOCK_PORT();// GPIO_ResetBits(POWER_LOCK_PORT,POWER_LOCK_PIN);// iGpio_Write(HW_GPIO_POWERLOCK_PIN,ApiGpio_LowLevel);
|
|
|
- Power_KeyChangeHandle();
|
|
|
+ DL_WWDT_disablePower(WWDT0_INST);
|
|
|
+ NVIC_SystemReset();
|
|
|
+ //Power_KeyChangeHandle();
|
|
|
}
|
|
|
}
|
|
|
else
|