demo/pwm: Removed an unused variable.
authorIan Abbott <abbotti@mev.co.uk>
Mon, 14 May 2012 13:53:13 +0000 (14:53 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Mon, 14 May 2012 13:53:13 +0000 (14:53 +0100)
demo/pwm.c

index e3fbf6916c3e6dd77ff538ccbd8ca5d2cc8ddcc8..a5492b96a80b8fcd53ec1b8e8e309ab97336cb6a 100644 (file)
@@ -24,7 +24,7 @@
 
 int main(int argc, char *argv[])
 {
-        int ret,i;
+        int ret;
        comedi_insn insn;
        lsampl_t d[5];
        comedi_t *device;