summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:37:39 +0900
committerroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:37:39 +0900
commit0744c2015b73fa6319cb486fca79cc2c83373985 (patch)
treeafa06e6040139084c60d724981133ce32bcd583d /flash.c
parentb6bb15deeba5ae52b822b776180dd06d5cb4ee6d (diff)
show FW version and controller type (BB or OL) at startupINSTRUMENT_6_2_03
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/flash.c b/flash.c
index ab5ebb2..83ed642 100644
--- a/flash.c
+++ b/flash.c
@@ -1,7 +1,6 @@
#include "globals.h"
#include "lcd.h"
#include "i2c.h"
-#include "version.h"
#include "flash.h"
#include "device-functions.h"
#include <stdint.h>
@@ -519,9 +518,6 @@ static void initFlashValues(FlashStruct *mem)
mem->pcb116c_mon=1; /* more recent ADC, different reading code */
mem->warn_even_if_output_off=0;
- strcpy(mem->spec_func_lib,"Not used");
- strcpy(mem->firmware,FW_VERSION);
-
mem->enable_avrq_extra_ampls=0;
for (i=0; i<points_in_range; i++) {