Skip to content

Commit

Permalink
ArduCopter: temporarily disable AP_Param::setup_sketch_results
Browse files Browse the repository at this point in the history
* rebased away tridge's AP_Param changes as they seemed possibly buggy?
  • Loading branch information
Pat Hickey authored and Andrew Tridgell committed Dec 20, 2012
1 parent a0151aa commit 21d0da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArduCopter/ArduCopter.pde
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21d0da8

Please sign in to comment.