projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b94b2ba
)
fixed typo in printf.
author
Frank Mori Hess
<fmhess@speakeasy.net>
Thu, 4 Sep 2008 21:24:42 +0000
(21:24 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Thu, 4 Sep 2008 21:24:42 +0000
(21:24 +0000)
demo/dio.c
patch
|
blob
|
history
diff --git
a/demo/dio.c
b/demo/dio.c
index 5c3911756c085e13486a9171ab3311272cf3498e..16464b28176d246ac15abf9f59d01f0cb41b0e9d 100644
(file)
--- a/
demo/dio.c
+++ b/
demo/dio.c
@@
-48,7
+48,7
@@
int main(int argc, char *argv[])
exit(-1);
}
- printf("configuring pin %d o
r
subdevice %d ", options.channel, options.subdevice);
+ printf("configuring pin %d o
n
subdevice %d ", options.channel, options.subdevice);
if(options.value)
{
printf("for output.\n");