From: Keith Packard Date: Wed, 19 Jun 2019 06:14:54 +0000 (-0700) Subject: altos: Don't dump MS5607 eeprom in 'B' command X-Git-Tag: 1.9.1~1^2~72 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=835faccc2c1141f7cd8ff93629d583fcaf785e48 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 --- 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);