diff --git a/slsDetectorServers/slsDetectorServer/src/LTC2620_Driver.c b/slsDetectorServers/slsDetectorServer/src/LTC2620_Driver.c index d3a5aa679..f093bae52 100644 --- a/slsDetectorServers/slsDetectorServer/src/LTC2620_Driver.c +++ b/slsDetectorServers/slsDetectorServer/src/LTC2620_Driver.c @@ -79,7 +79,7 @@ int LTC2620_D_SetDACValue(int dacnum, int val) { LOG(logINFO, ("\tSetting DAC %d: %d dac\n", dacnum, val)); -#ifndef VIRTUAL +#ifdef VIRTUAL return OK; #else char fname[MAX_STR_LENGTH];