diff options
Diffstat (limited to 'device-functions.c')
-rw-r--r-- | device-functions.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); } } |