2024-01-25 14:22:18 +08:00

14 lines
81 B
C

#ifndef VAL_PWM_H__
#define VAL_PWM_H__
void validate_pwm(void);
#endif