From 26d45d5e3484ec616238b34be3fa9739d8e30efb Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 17 Mar 2013 22:49:16 +0100 Subject: Silence MS5611 driver, the perf command still captures the error count / rate. Unfortunately this is necessary as general users are concerned about something that is (at a reasonable rate) not actual safety critical. --- apps/drivers/ms5611/ms5611.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') diff --git a/apps/drivers/ms5611/ms5611.cpp b/apps/drivers/ms5611/ms5611.cpp index 08420822a..59ab5936e 100644 --- a/apps/drivers/ms5611/ms5611.cpp +++ b/apps/drivers/ms5611/ms5611.cpp @@ -595,7 +595,7 @@ MS5611::cycle() * spam the console with the message. */ } else { - log("collection error %d", ret); + //log("collection error %d", ret); } /* reset the collection state machine and try again */ start_cycle(); @@ -627,7 +627,7 @@ MS5611::cycle() /* measurement phase */ ret = measure(); if (ret != OK) { - log("measure error %d", ret); + //log("measure error %d", ret); /* reset the collection state machine and try again */ start_cycle(); return; -- cgit v1.2.3