Skip to content

Commit 30883c8

Browse files
aiInputMode_ is linux only
1 parent e0a8e5d commit 30883c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

measCompApp/src/drvMultiFunction.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,9 @@ MultiFunction::MultiFunction(const char *portName, const char *uniqueID, int max
12651265
setIntegerParam(waveDigRun_, 0);
12661266
setIntegerParam(waveGenRun_, 0);
12671267
setDoubleParam(pollSleepMS_, 50.);
1268+
#ifdef linux
12681269
aiInputMode_ = AI_SINGLE_ENDED;
1270+
#endif
12691271
for (i=0; i<numTemperatureIn_; i++) {
12701272
setIntegerParam(i, thermocoupleType_, TC_TYPE_J);
12711273
}

0 commit comments

Comments
 (0)