Skip to content

Commit ac40ffc

Browse files
committed
Update arm_2d_scene_flight_attitude_instrument.c
1 parent df69eaf commit ac40ffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/[template][bare-metal][an552]/project/mdk/RTE/Acceleration/arm_2d_scene_flight_attitude_instrument.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ static void __on_scene_flight_attitude_instrument_frame_start(arm_2d_scene_t *pt
241241
// nResult -= 3600;
242242
//}
243243

244-
this.iRollScale = 450 ;//nResult;
244+
this.iRollScale = nResult;
245245

246246
} while(0);
247247

@@ -251,7 +251,7 @@ static void __on_scene_flight_attitude_instrument_frame_start(arm_2d_scene_t *pt
251251

252252
arm_2d_helper_time_cos_slider(-300, 300, 17000, 0, &nResult, &this.lTimestamp[1]);
253253

254-
this.iPitchScale = 0;// nResult;
254+
this.iPitchScale = nResult;
255255
} while(0);
256256

257257
spin_zoom_widget_set_source(&this.Roll.tLand,

0 commit comments

Comments
 (0)