Set Define for Max throttle

This commit is contained in:
Jason Short 2011-12-28 22:49:10 -08:00
parent 8a921e869c
commit 4f60fa412c

View File

@ -22,7 +22,7 @@ static void init_rc_in()
// set rc channel ranges
g.rc_1.set_angle(4500);
g.rc_2.set_angle(4500);
g.rc_3.set_range(0,1000);
g.rc_3.set_range(0, MAXIMUM_THROTTLE);
#if FRAME_CONFIG != HELI_FRAME
g.rc_3.scale_output = .9;
#endif