summaryrefslogtreecommitdiff
path: root/device-functions.c
diff options
context:
space:
mode:
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;