|
|
@@ -158,6 +158,7 @@ void small_current_short_irq_handler(void){
|
|
|
io_debug("close aux power,cause the short irq\n");
|
|
|
return;
|
|
|
}
|
|
|
+ mcu_sleep_set_wakeup_source(WAKEUP_SOURCE_SMALL_POWER_SHORT);
|
|
|
_io_state.aux_lock_irq = 1;
|
|
|
shark_timer_post(&_small_current_irq_timer, 0);
|
|
|
//io_debug("aux lock irq\n");
|