summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2014-08-14 14:20:04 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2014-08-14 14:20:04 -0400
commit2bff39db07f23a1983ff099a94f1705917a1fd07 (patch)
tree654e7388bf9da7bd8d8d4fd8dbdafdfdff501166 /flash.c
parent754daf480b463ed836dd3139a3dae67b6f91b059 (diff)
remove AVRQ-3-B supportINSTRUMENT_6_0_4
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/flash.c b/flash.c
index 0cf05a8..54bc17e 100644
--- a/flash.c
+++ b/flash.c
@@ -851,21 +851,6 @@ static void initFlashValues(FlashStruct *mem)
mem->copy_max_channels=max_channels; /* copy to flash, so it can be read by diag:eprom:int? */
-
- /* avrq tests
- mem->enable_avrq_extra_ampls=1;
- mem->channels=2;
- mem->ChanKey_amplitude=1;
- mem->current_enabled[1]=1;
- mem->voltage_enabled[1]=0;
- mem->fully_programmed=2;
- mem->ampl_DAC[0]=-1;
- mem->ampl_pwl_amp[1][0][0][1]=0.025;
- mem->max_ampl[1]=0.022;
- mem->max_vout[1]=0.022;
- mem->ampl_zero_equiv[1]=0.001;
- */
-
}
static gpointer userflashwritethreadfunc(gpointer data)