From 1f4b060db66d6cd3924a6e4b8bb766d58b4225d3 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 1 Jan 2000 00:06:27 +0900 Subject: fixed incorrect init of burst, prf integers --- flash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flash.c') diff --git a/flash.c b/flash.c index 913b245..604af27 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; - mem->period_pwl_Vc_norm4095[i][j][k][m]=temp_int_burst; + mem->burst_pwl_Vc_norm4095[i][j][k][m]=temp_int_burst; + mem->period_pwl_Vc_norm4095[i][j][k][m]=temp_int; } } power_of_ten*=10.0; -- cgit