From 835faccc2c1141f7cd8ff93629d583fcaf785e48 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 18 Jun 2019 23:14:54 -0700 Subject: [PATCH] altos: Don't dump MS5607 eeprom in 'B' command MicroPeak v2 now has config stuff where these values get shown Signed-off-by: Keith Packard --- src/drivers/ao_ms5607.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/drivers/ao_ms5607.c b/src/drivers/ao_ms5607.c index 16214111..495fbe02 100644 --- a/src/drivers/ao_ms5607.c +++ b/src/drivers/ao_ms5607.c @@ -259,7 +259,6 @@ ao_ms5607_dump(void) struct ao_ms5607_value value; #if !HAS_MS5607_TASK - ao_ms5607_info(); ao_ms5607_sample(&ao_ms5607_current); #endif ao_ms5607_convert(&ao_ms5607_current, &value); -- 2.30.2