diff options
author | Keith Packard <keithp@keithp.com> | 2013-05-14 22:29:06 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-05-15 22:13:08 -0700 |
commit | 1931e028bebc3cd8df9392e30eb0e888d0799768 (patch) | |
tree | bfcf094b15b4ab47ec24865be2a5cf3eb6d9cea3 /src/core/ao_config.c | |
parent | 69b9f613ad36b8039f223ed30f8c75913916d82c (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_config.c')
-rw-r--r-- | src/core/ao_config.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ao_config.c b/src/core/ao_config.c index 73608a55..1a500c79 100644 --- a/src/core/ao_config.c +++ b/src/core/ao_config.c @@ -693,6 +693,9 @@ ao_config_show(void) __reentrant for (cmd = 0; ao_config_vars[cmd].str != NULL; cmd++) if (ao_config_vars[cmd].show) (*ao_config_vars[cmd].show)(); +#if HAS_MS5607 + ao_ms5607_info(); +#endif } #if HAS_EEPROM |