diff options
author | root <root@avtech.domain.avtechpulse.com> | 2000-01-01 00:00:56 +0900 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 2000-01-01 00:00:56 +0900 |
commit | d986e2693c64c106e724909f40b84703e31c4d3d (patch) | |
tree | 7b3056a1046ffe50d4a3f2877464d0e76668a101 /flash.c | |
parent | 1f4b060db66d6cd3924a6e4b8bb766d58b4225d3 (diff) |
version bumpINSTRUMENT_6_2_17
Diffstat (limited to 'flash.c')
-rw-r--r-- | flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |