diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-27 13:27:28 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-27 13:27:28 -0700 |
commit | 8a1cbef0e316e38c80b71d3bac15641fe56e0a99 (patch) | |
tree | 52b25dbb959474211794a377d6982ecd7be9940f /src/core/ao_cmd.c | |
parent | 6afbc1876cd63f64e8975e300692f95a43866f5f (diff) |
altos: Add HAS_LOG for products that log to eeprom
Some products have eeprom for config, but none for logging (like telelaunch)
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao_cmd.c')
-rw-r--r-- | src/core/ao_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ao_cmd.c b/src/core/ao_cmd.c index 9e14c221..d0a46633 100644 --- a/src/core/ao_cmd.c +++ b/src/core/ao_cmd.c @@ -237,7 +237,7 @@ version(void) printf("manufacturer %s\n", ao_manufacturer); printf("product %s\n", ao_product); printf("serial-number %u\n", ao_serial_number); -#if HAS_EEPROM +#if HAS_LOG printf("log-format %u\n", ao_log_format); #endif printf("software-version %s\n", ao_version); |