From 96209150015ff1a36d8288c2884fc73d52d5bbe6 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 1 Jan 2000 00:04:44 +0900 Subject: fix last patch --- flash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flash.c') diff --git a/flash.c b/flash.c index 6b1f707..5d86a6f 100644 --- a/flash.c +++ b/flash.c @@ -581,8 +581,8 @@ static void initFlashValues(FlashStruct *mem) mem->delay_pwl_time[i][j][k][m]=0.0; mem->burst_pwl_time[i][j][k][m]=(220e-9*power_of_ten)+10e-9; } else { - temp_int_pw_dly=0; - temp_int_prf=0; + temp_int = 0; + temp_int_burst = 0; mem->pw_pwl_time[i][j][k][m]=0.0; mem->delay_pwl_time[i][j][k][m]=0.0; mem->period_pwl_time[i][j][k][m]=0.0; -- cgit