diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2014-03-26 10:11:46 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2014-03-26 10:11:46 -0400 |
commit | 34d94c9ea907e8724fc73a5ddc526a4be74cca7b (patch) | |
tree | a7df1bbd1010c59687dc7dbc3963776373e0043d /flash.c | |
parent | fd54dc7b49c8e73c663ec1afe025991a6908ce79 (diff) |
use PCB 205A for CH2 delay, I2C address changes
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++) { |