From 28a6127668a333f5d6a6234e2ee4527267c459d2 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 13 Aug 2011 13:12:05 -0700 Subject: altos: Report log format in the version command Cherry-pick from 8624213ee204bfdcb219c65b3618751d8278d9db This will make it easier to figure out what the contents of the flash should look like from altosui; the current 'guessing' mechanism will not scale to many more formats. Signed-off-by: Keith Packard --- src-avr/ao_cmd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src-avr/ao_cmd.c') diff --git a/src-avr/ao_cmd.c b/src-avr/ao_cmd.c index 131c3d89..c36b9d94 100644 --- a/src-avr/ao_cmd.c +++ b/src-avr/ao_cmd.c @@ -223,6 +223,9 @@ version(void) printf("manufacturer %s\n", ao_manufacturer); printf("product %s\n", ao_product); // printf("serial-number %u\n", ao_romconfig.serial_number); +#if HAS_LOG + printf("log-format %u\n", ao_log_format); +#endif printf("software-version %s\n", ao_version); } -- cgit v1.2.3