app_backup_pwr.h 151 B

12345678
  1. #ifndef __APP_BACKUP_PWR_H__
  2. #define __APP_BACKUP_PWR_H__
  3. #include "hc32_ll_fcg.h"
  4. void power_manage(void *argv);
  5. void gpio_output_init(void);
  6. #endif