diff options
author | Keith Packard <keithp@keithp.com> | 2013-05-14 22:29:06 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-05-15 13:48:29 -0700 |
commit | 444da7b39721dade6936b25c930598838df0eb99 (patch) | |
tree | fe895b7f0d40f2aa9623a3813ec53dbd47b726cc /src/core/ao_cmd.c | |
parent | 4a147443e41fbedd2eb8e653abe974188b26a32b (diff) |
altos: Move MS5607 info from 'v' to 'c s'
Makes more sense there.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao_cmd.c')
-rw-r--r-- | src/core/ao_cmd.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 |