From 4e2bcf331546723ec75f5a4cfe0550d61ff2405e Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Thu, 13 Aug 2015 09:50:47 +0200 Subject: [PATCH] LL40S: Remove printf in interrupt context --- src/drivers/pwm_input/pwm_input.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/drivers/pwm_input/pwm_input.cpp b/src/drivers/pwm_input/pwm_input.cpp index d06d125e58..1f77431cfe 100644 --- a/src/drivers/pwm_input/pwm_input.cpp +++ b/src/drivers/pwm_input/pwm_input.cpp @@ -375,7 +375,6 @@ PWMIN::_freeze_test() { /* reset if last poll time was way back and a read was recently requested */ if (hrt_elapsed_time(&_last_poll_time) > TIMEOUT_POLL && hrt_elapsed_time(&_last_read_time) < TIMEOUT_READ) { - warnx("Lidar is down, reseting"); hard_reset(); } }