removed old commented out code

This commit is contained in:
Pat Hickey 2011-11-13 15:11:49 +11:00
parent ad0cac670c
commit bad177bfdc

View File

@ -167,13 +167,6 @@ static void init_ardupilot()
compass.get_offsets(); // load offsets to account for airframe magnetic interference
}
}
/*
Init is depricated - Jason
if(g.sonar_enabled){
sonar.init(SONAR_PIN, &adc);
Serial.print("Sonar init: "); Serial.println(SONAR_PIN, DEC);
}
*/
#endif
#if LOGGING_ENABLED == ENABLED