mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
removed old commented out code
This commit is contained in:
parent
fefc7da1d1
commit
71ebf1f543
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user