From 6e340c87d3198647cf075ed520a82703b0d59beb Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 7 Mar 2011 00:26:17 -0800 Subject: [PATCH] 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 --- src/ao_storage.c | 2 ++ 1 file changed, 2 insertions(+) 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 \0Dump a block of flash data" }, #ifdef HAS_STORAGE_DBG { ao_storage_store, "w ...\0Write data to flash" }, #endif -- 2.30.2