diff options
author | root <root@avtech.domain.avtechpulse.com> | 2000-01-01 00:04:44 +0900 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 2000-01-01 00:04:44 +0900 |
commit | 96209150015ff1a36d8288c2884fc73d52d5bbe6 (patch) | |
tree | d0ecdacbe4d62edbdb5fef8bfa8076be03dc94f2 | |
parent | c10f46b2bf9b218d310ee317d4f276e5f1aaa2b2 (diff) |
fix last patch
-rw-r--r-- | flash.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |