diff options
author | Keith Packard <keithp@keithp.com> | 2013-05-23 02:17:51 -0600 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-08-25 22:24:01 -0700 |
commit | 56911f27376b0fe91a464e369bb8aa1531b3c7dc (patch) | |
tree | b525a8f527917355b758a1812692fd4a84578f7f /src/core/ao.h | |
parent | cb844328322fd7d9f4dafb58b322257a70b347e6 (diff) |
altos: Make TeleMini v2.0 fit
Mash lots of storage locations and code around to shrink stuff down to size
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao.h')
-rw-r--r-- | src/core/ao.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ao.h b/src/core/ao.h index caa0ec19..e7320327 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -182,7 +182,7 @@ void ao_cmd_hex(void); void -ao_cmd_decimal(void); +ao_cmd_decimal(void) __reentrant; /* Read a single hex nibble off stdin. */ uint8_t |