diff options
author | Keith Packard <keithp@keithp.com> | 2019-06-18 23:14:54 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2019-06-18 23:14:54 -0700 |
commit | 835faccc2c1141f7cd8ff93629d583fcaf785e48 (patch) | |
tree | 0761348791008259d5c8e6d7228b93e4bffa45ee /src | |
parent | bcf609837eefd431415c979942a31abda1227eb9 (diff) |
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 <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/drivers/ao_ms5607.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); |