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