APUE course source code
guowenxue
13 hours ago 4de24b43bfc373f46f0510703cde7562fb8cb703
project/4.mqttd/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)) )
   {