summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/flash.c b/flash.c
index d371c39..69cb09f 100644
--- a/flash.c
+++ b/flash.c
@@ -1045,6 +1045,9 @@ void fixFlash(FlashStruct *mem)
eprom_loc = (char *) &(mem->model_num) - (char *) &(mem->flash_start);
writeUserBlock(&globals.Flash, eprom_loc, sizeof(mem->model_num));
+
+ eprom_loc = (char *) &(mem->fix_pw_dac_val) - (char *) &(mem->flash_start);
+ writeUserBlock(&globals.Flash, eprom_loc, sizeof(mem->fix_pw_dac_val));
}
}