forked from Archive/PX4-Autopilot
remove printf in launchdetector
This commit is contained in:
parent
b1539d8a74
commit
aa5d8a8732
|
@ -83,14 +83,10 @@ bool LaunchDetector::getLaunchDetected()
|
|||
|
||||
void LaunchDetector::updateParams() {
|
||||
|
||||
warnx(" LaunchDetector::updateParams()");
|
||||
launchdetection_on.update();
|
||||
throttlePreTakeoff.update();
|
||||
|
||||
for (uint8_t i = 0; i < sizeof(launchMethods)/sizeof(LaunchMethod); i++) {
|
||||
launchMethods[i]->updateParams();
|
||||
warnx("updating component %d", i);
|
||||
}
|
||||
|
||||
warnx(" LaunchDetector::updateParams() ended");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue