diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-12 21:43:56 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-13 18:44:26 -0700 |
commit | bf06af154e232d4caa1585a1d6d5279a075292e4 (patch) | |
tree | f3e6a4f162eef9284996b7637e360422a9b12ba5 /src/ao_log_tiny.c | |
parent | c2f2f519dbc8ce233ab36222088c1be6b1362f01 (diff) |
altos/altosui: Report log format in the version command
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/ao_log_tiny.c')
-rw-r--r-- | src/ao_log_tiny.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ao_log_tiny.c b/src/ao_log_tiny.c index d26e0080..d5a3b99f 100644 --- a/src/ao_log_tiny.c +++ b/src/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) { |