RaspberrPi project source code
guowenxue
2025-11-20 14ef00efc0b93e6301d046ccc8b3e90f9ac60ca4
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)) )
   {