11 lines
134 B
C
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
|