diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-13 13:12:05 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-13 13:14:26 -0700 |
commit | 28a6127668a333f5d6a6234e2ee4527267c459d2 (patch) | |
tree | 10333f951a64b9045cd308158caff105aa3d392c /src-avr/ao_log_tiny.c | |
parent | 91785e03363f328b644f2c03b5438235f3a44c3e (diff) |
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 <keithp@keithp.com>
Diffstat (limited to 'src-avr/ao_log_tiny.c')
-rw-r--r-- | src-avr/ao_log_tiny.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src-avr/ao_log_tiny.c b/src-avr/ao_log_tiny.c index d26e0080..d5a3b99f 100644 --- a/src-avr/ao_log_tiny.c +++ b/src-avr/ao_log_tiny.c @@ -28,6 +28,8 @@ static __data uint16_t ao_log_tiny_interval; #define AO_PAD_RING 2 #endif +__code uint8_t ao_log_format = AO_LOG_FORMAT_TINY; + void ao_log_tiny_set_interval(uint16_t ticks) { |