From d986e2693c64c106e724909f40b84703e31c4d3d Mon Sep 17 00:00:00 2001 From: root Date: Sat, 1 Jan 2000 00:00:56 +0900 Subject: version bump --- flash.c | 2 +- version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flash.c b/flash.c index 604af27..0a420d5 100644 --- a/flash.c +++ b/flash.c @@ -591,8 +591,8 @@ static void initFlashValues(FlashStruct *mem) mem->pw_pwl_Vc_norm4095[i][j][k][m]=temp_int; mem->delay_pwl_Vc_norm4095[i][j][k][m]=temp_int; - mem->burst_pwl_Vc_norm4095[i][j][k][m]=temp_int_burst; mem->period_pwl_Vc_norm4095[i][j][k][m]=temp_int; + mem->burst_pwl_Vc_norm4095[i][j][k][m]=temp_int_burst; } } power_of_ten*=10.0; diff --git a/version.h b/version.h index 959efe4..32512d0 100644 --- a/version.h +++ b/version.h @@ -1,2 +1,2 @@ -#define FW_VERSION "6.2.16" +#define FW_VERSION "6.2.17" #define SCPI_version "1996.0" -- cgit