projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c7eb2c
)
Corrected wrong analogue input range. It's not +/-2.65V but +/-2.65V/2.
author
Bernd Porr
<berndporr@f2s.com>
Tue, 8 Nov 2011 22:47:23 +0000
(22:47 +0000)
committer
Bernd Porr
<berndporr@f2s.com>
Tue, 8 Nov 2011 22:47:23 +0000
(22:47 +0000)
comedi/drivers/usbduxsigma.c
patch
|
blob
|
history
diff --git
a/comedi/drivers/usbduxsigma.c
b/comedi/drivers/usbduxsigma.c
index 10ee5c060a555b25707644d9a5ed3e416780671c..e42d6ec98b5cf5fb12e3f0e89bfb68ba8689ab67 100644
(file)
--- a/
comedi/drivers/usbduxsigma.c
+++ b/
comedi/drivers/usbduxsigma.c
@@
-180,7
+180,7
@@
status: testing
/* comedi constants */
static const comedi_lrange range_usbdux_ai_range = { 1, {
BIP_RANGE
- (2.65)
+ (2.65
/2.0
)
}
};