2025-04-08 18:46:12 +08:00

9 lines
126 B
C

#ifndef __DRV_PWM_H__
#define __DRV_PWM_H__
#include "pwm_pub.h"
int rt_hw_pwm_init(void);
int rt_hw_pwm_exit(void);
#endif