summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-03-07 00:26:17 -0800
committerKeith Packard <keithp@keithp.com>2011-03-07 00:26:17 -0800
commit6e340c87d3198647cf075ed520a82703b0d59beb (patch)
tree74a5e226593e04b0ed685be7f6e8d23aba34048f /src
parent8cdf4fb051c22b35c251d90bc288551f7c2898bf (diff)
altos: Oops. Lost a couple of commands when merging the doc patch
I didn't merge this carefully enough and managed to lose the 'f' and 'e' commands, which are kinda useful. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/ao_storage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ao_storage.c b/src/ao_storage.c
index 9f0f75fb..69183514 100644
--- a/src/ao_storage.c
+++ b/src/ao_storage.c
@@ -166,6 +166,8 @@ ao_storage_info(void) __reentrant
}
__code struct ao_cmds ao_storage_cmds[] = {
+ { ao_storage_info, "f\0Show storage info" },
+ { ao_storage_dump, "e <block>\0Dump a block of flash data" },
#ifdef HAS_STORAGE_DBG
{ ao_storage_store, "w <block> <start> <len> <data> ...\0Write data to flash" },
#endif