Make ao_cmd_decimal produce both 32 and 16 bit values.
[fw/altos] / src / ao.h
index b72cac5c4aac6ddbe524cff75d41b7d2f8344a2a..287c912d17e492f6a139197db5e9aa060ad06174 100644 (file)
--- a/src/ao.h
+++ b/src/ao.h
@@ -330,6 +330,7 @@ enum ao_cmd_status {
 };
 
 extern __xdata uint16_t ao_cmd_lex_i;
+extern __xdata uint32_t ao_cmd_lex_u32;
 extern __xdata char    ao_cmd_lex_c;
 extern __xdata enum ao_cmd_status ao_cmd_status;