From b6f5539f82f40a8e67495d46ba02324305f1b590 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 1 Jan 1970 09:44:23 +0900 Subject: flag fishy CH2 logic-level code --- device-functions.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/device-functions.c b/device-functions.c index 421bda9..ea7b2c1 100644 --- a/device-functions.c +++ b/device-functions.c @@ -1638,8 +1638,10 @@ int Set_Logic_Level(int channel,int mode) /* second channel uses xtra-rly3 */ if (channel==1) { if (mode==logic_ecl) { + /* TODO FIXME: is this right? should be SR_2? */ set_shiftreg_bits(SR_3, XTR_POS + 3, ONE_BIT, BIT_HIGH); } else { + /* TODO FIXME: is this right? should be SR_2? */ set_shiftreg_bits(SR_3, XTR_POS + 3, ONE_BIT, BIT_LOW); } } -- cgit