From 1931e028bebc3cd8df9392e30eb0e888d0799768 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Tue, 14 May 2013 22:29:06 -0700 Subject: altos: Move MS5607 info from 'v' to 'c s' Makes more sense there. Signed-off-by: Keith Packard --- src/core/ao_cmd.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/ao_cmd.c') diff --git a/src/core/ao_cmd.c b/src/core/ao_cmd.c index 188b8bb4..5113548b 100644 --- a/src/core/ao_cmd.c +++ b/src/core/ao_cmd.c @@ -290,9 +290,6 @@ version(void) , ao_log_format #endif ); -#if HAS_MS5607 - ao_ms5607_info(); -#endif printf("software-version %s\n", ao_version); } #endif -- cgit v1.2.3