From afbc7a22297a72e7cf49c1fa6da0adeea0ec6802 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 9 Feb 2026 13:09:19 +0100 Subject: [PATCH] fixed virtual m3 --- slsDetectorServers/slsDetectorServer/src/LTC2620_Driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];