|
@@ -156,7 +156,7 @@ static shark_timer_t _charger_detect_irq_timer = {.handler = charger_detect_irq_
|
|
|
|
|
|
|
|
void small_current_short_irq_handler(void){
|
|
void small_current_short_irq_handler(void){
|
|
|
if (!AUX_VOL_IS_OPEN()){
|
|
if (!AUX_VOL_IS_OPEN()){
|
|
|
- io_debug("close aux power,cause the short irq\n");
|
|
|
|
|
|
|
+ //io_debug("close aux power,cause the short irq\n");
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
mcu_sleep_set_wakeup_source(WAKEUP_SOURCE_SMALL_POWER_SHORT);
|
|
mcu_sleep_set_wakeup_source(WAKEUP_SOURCE_SMALL_POWER_SHORT);
|