projects
/
comedilib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac1786c
)
Generate $Id$
author
David Schleef
<ds@schleef.org>
Tue, 17 Jul 2001 20:10:42 +0000
(20:10 +0000)
committer
David Schleef
<ds@schleef.org>
Tue, 17 Jul 2001 20:10:42 +0000
(20:10 +0000)
comedi_calibrate/comedi_calibrate.c
patch
|
blob
|
history
diff --git
a/comedi_calibrate/comedi_calibrate.c
b/comedi_calibrate/comedi_calibrate.c
index ecb2a884c1c5a3ab463269ae217337bd7d5e6093..95de381a93115628f59aa4f3c1bc681bd6955136 100644
(file)
--- a/
comedi_calibrate/comedi_calibrate.c
+++ b/
comedi_calibrate/comedi_calibrate.c
@@
-134,7
+134,7
@@
int main(int argc, char *argv[])
fn = "/dev/comedi0";
while (1) {
- c = getopt(argc, argv, "f:v");
+ c = getopt(argc, argv, "f:v
q
");
if (c == -1)
break;
switch (c) {
@@
-548,6
+548,7
@@
void cal_ni_mio_E(void)
reset_caldacs();
printf("please send this output to <ds@stm.lbl.gov>\n");
+ printf("$Id$\n");
printf("%s\n",comedi_get_board_name(dev));
n_ranges=comedi_get_n_ranges(dev,ad_subdev,0);