RaspberrPi project source code
guowenxue
2025-11-22 d03f549fa5327ff2e138547e702877cb12a82189
project/modules/pwm.c
@@ -118,8 +118,6 @@
int init_pwm(int channel, int freq, int duty)
{
   int           rv;
   char          buf[32];
   char          path[256];
   if( (rv=export_pwm(channel, 1)) )
   {