summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c2
1 files changed, 1 insertions, 1 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;