bsp_charge.h 131 B

123456789
  1. #ifndef _BSP_CHARGE_H
  2. #define _BSP_CHARGE_H
  3. void bsp_charge_init(void);
  4. void bsp_charge_process(void);
  5. #endif // _BSP_CHARGE_H