#ifndef __APP_BACKUP_PWR_H__ #define __APP_BACKUP_PWR_H__ #include "hc32_ll_fcg.h" void power_manage(void *argv); void gpio_output_init(void); #endif