summaryrefslogtreecommitdiff
path: root/device-functions.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2014-03-26 10:11:46 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2014-03-26 10:11:46 -0400
commit34d94c9ea907e8724fc73a5ddc526a4be74cca7b (patch)
treea7df1bbd1010c59687dc7dbc3963776373e0043d /device-functions.c
parentfd54dc7b49c8e73c663ec1afe025991a6908ce79 (diff)
use PCB 205A for CH2 delay, I2C address changes
Diffstat (limited to 'device-functions.c')
-rw-r--r--device-functions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/device-functions.c b/device-functions.c
index cb97db8..1e7ac25 100644
--- a/device-functions.c
+++ b/device-functions.c
@@ -811,7 +811,7 @@ int Set_Delay(int check_possible_only,int word_override,int range_override,int c
}
if (channel==1) {
- control_pcb107(Second_Dly_Port,globals.Flash.delay_dac[channel],word_out,relay_range);
+ control_pcb107(Flash.I2C_port_for_CH2_delay,globals.Flash.delay_dac[channel],word_out,relay_range);
}
globals.ChannelState[channel].delay=set_delay;