projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68e1185
)
demo/pwm: Removed an unused variable.
author
Ian Abbott
<abbotti@mev.co.uk>
Mon, 14 May 2012 13:53:13 +0000
(14:53 +0100)
committer
Ian Abbott
<abbotti@mev.co.uk>
Mon, 14 May 2012 13:53:13 +0000
(14:53 +0100)
demo/pwm.c
patch
|
blob
|
history
diff --git
a/demo/pwm.c
b/demo/pwm.c
index e3fbf6916c3e6dd77ff538ccbd8ca5d2cc8ddcc8..a5492b96a80b8fcd53ec1b8e8e309ab97336cb6a 100644
(file)
--- a/
demo/pwm.c
+++ b/
demo/pwm.c
@@
-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;