projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
817778a
)
removed definition of RANGE_mA() macro, which is already defined by linux/comedidev.h
author
Frank Mori Hess
<fmhess@speakeasy.net>
Tue, 5 Mar 2002 23:14:20 +0000
(23:14 +0000)
committer
Frank Mori Hess
<fmhess@speakeasy.net>
Tue, 5 Mar 2002 23:14:20 +0000
(23:14 +0000)
comedi/drivers/pcl726.c
patch
|
blob
|
history
diff --git
a/comedi/drivers/pcl726.c
b/comedi/drivers/pcl726.c
index 924a14ca085454130f4ff64063931e5992e4f4cf..5a23d73e8283b9c3de6e2a1bb5dba38653cdf6fa 100644
(file)
--- a/
comedi/drivers/pcl726.c
+++ b/
comedi/drivers/pcl726.c
@@
-103,8
+103,6
@@
Interrupts are not supported.
#define PCL727_DI_HI 0
#define PCL727_DI_LO 1
-#define RANGE_mA(a,b) {(a)*1e6,(b)*1e6,UNIT_mA}
-
static comedi_lrange range_4_20mA={ 1, {RANGE_mA(4,20)}};
static comedi_lrange range_0_20mA={ 1, {RANGE_mA(0,20)}};