mcu_ab568x/app/platform/bsp/bsp_vusb.h
2025-05-30 18:03:10 +08:00

11 lines
134 B
C

#ifndef _BSP_VUSB_H
#define _BSP_VUSB_H
#if VUSB_DETECT_EN
u16 bsp_vusb_get_voltage(void);
#endif // _BSP_VBAT_H
#endif