summaryrefslogtreecommitdiff
path: root/flash.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 /flash.c
parentfd54dc7b49c8e73c663ec1afe025991a6908ce79 (diff)
use PCB 205A for CH2 delay, I2C address changes
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/flash.c b/flash.c
index db57bac..3282338 100644
--- a/flash.c
+++ b/flash.c
@@ -818,6 +818,10 @@ static void initFlashValues(FlashStruct *mem)
mem->delay_dac[0]=5; /* channel 1: on OP1B board - not to be changed, as a rule */
mem->delay_dac[1]=6; /* channel 2: varies (for control of PCB107C) */
+
+ /* originally Second_Dly_Port (for obsolete AVX-DD-A3-PS-TC) */
+ mem->I2C_port_for_CH2_delay = Second_PW_Port; // standard address for PCB 205A now
+
mem->flash_end=99;
for (i=0; i<8; i++) {