Skip to content

Commit

Permalink
Merge branch 'master' of gitee.com:openLuat/LuatOS
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Oct 30, 2023
2 parents 0cadea9 + ca2ee36 commit 3620b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luat/include/luat_pwm.h
Expand Up @@ -16,5 +16,5 @@ int luat_pwm_open(int channel, size_t period, size_t pulse, int pnum);
int luat_pwm_setup(luat_pwm_conf_t* conf);
int luat_pwm_capture(int channel,int freq);
int luat_pwm_close(int channel);

int luat_pwm_update_dutycycle(int channel, size_t pulse);
#endif

0 comments on commit 3620b54

Please sign in to comment.