diff options
author | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:44:23 +0900 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1970-01-01 09:44:23 +0900 |
commit | b6f5539f82f40a8e67495d46ba02324305f1b590 (patch) | |
tree | b9b774cc9913f0bb712589c5cc56c511c65ff48f /device-functions.c | |
parent | 13a830f20ffaa8db11a7a3ff8299b916d729d43f (diff) |
flag fishy CH2 logic-level code
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); } } |