diff options
Diffstat (limited to 'flash.c')
-rw-r--r-- | flash.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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++) { |