aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2014-02-01 16:06:09 +0100
committerThomas Gubler <thomasgubler@gmail.com>2014-02-01 16:06:09 +0100
commitaa5d8a8732b1bed690360c25d725f2c13458528a (patch)
treebaa7adcd41fab48938e47062239cab43d1e8989f /src
parentb1539d8a74a1874abcb5e64f1813bd6ba9f0353f (diff)
downloadpx4-firmware-aa5d8a8732b1bed690360c25d725f2c13458528a.tar.gz
px4-firmware-aa5d8a8732b1bed690360c25d725f2c13458528a.tar.bz2
px4-firmware-aa5d8a8732b1bed690360c25d725f2c13458528a.zip
remove printf in launchdetector
Diffstat (limited to 'src')
-rw-r--r--src/lib/launchdetection/LaunchDetector.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/launchdetection/LaunchDetector.cpp b/src/lib/launchdetection/LaunchDetector.cpp
index 67b32ad82..df9f2fe95 100644
--- a/src/lib/launchdetection/LaunchDetector.cpp
+++ b/src/lib/launchdetection/LaunchDetector.cpp
@@ -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");
}