2.0.46 preliminary release

This commit is contained in:
Jason Short 2011-09-29 23:30:32 -07:00
parent a7ea200407
commit 12cd4539a3

View File

@ -169,6 +169,9 @@ static void init_ardupilot()
heli_init_swash(); // heli initialisation
#endif
// begin filtering the ADC Gyros
adc.filter_result = true;
init_rc_in(); // sets up rc channels from radio
init_rc_out(); // sets up the timer libs
init_camera();