ArduCopter: temporarily disable AP_Param::setup_sketch_results

* rebased away tridge's AP_Param changes as they seemed possibly buggy?
This commit is contained in:
Pat Hickey 2012-12-13 18:28:43 -08:00 committed by Andrew Tridgell
parent a0151aa66c
commit 21d0da84a6
1 changed files with 1 additions and 1 deletions

View File

@ -908,7 +908,7 @@ void setup() {
cliSerial = hal.console;
// Load the default values of variables listed in var_info[]s
AP_Param::setup_sketch_defaults();
//AP_Param::setup_sketch_defaults();
#if CONFIG_SONAR == ENABLED
#if CONFIG_SONAR_SOURCE == SONAR_SOURCE_ADC