5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-14 12:48:31 -04:00
This commit is contained in:
Jason Short 2012-01-30 20:54:58 -08:00
parent 3050c1d765
commit 90ee552bd1

View File

@ -77,7 +77,7 @@ static void read_trim_switch()
adc.filter_result = false;
}
#elif CH7_OPTION == CH7_AUTO_TRIM
#elif CH7_OPTION == CH7_AUTO_TRIM
if (g.rc_7.control_in > 800){
auto_level_counter = 10;
}