From 93e7adf5f9b0bf8ec2a5d7316aa5abb4d0de9d57 Mon Sep 17 00:00:00 2001 From: Rolf Bork <rbork@caltech.edu> Date: Fri, 8 Nov 2019 14:17:44 -0600 Subject: [PATCH] IOP bug fix: Put duotone timing diagnostic back in which was inadvertently taken out during fast ADC testing. --- src/fe/controllerIop.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fe/controllerIop.c b/src/fe/controllerIop.c index 4297e7443..c86d0487e 100644 --- a/src/fe/controllerIop.c +++ b/src/fe/controllerIop.c @@ -556,7 +556,6 @@ for(usloop=0;usloop<UNDERSAMPLE;usloop++) } } -#if 0 /// \> Update duotone diag information if(syncSource == SYNC_SRC_TDS) { @@ -594,7 +593,6 @@ for(usloop=0;usloop<UNDERSAMPLE;usloop++) CDIO1616Input[0] = contec1616WriteOutputRegister(&cdsPciModules, tdsControl[0], CDIO1616Output[0]); } } -#endif // ***************************************************************** /// \> Cycle 18, Send timing info to EPICS at 1Hz -- GitLab