From: Keith Packard Date: Mon, 7 Mar 2011 08:26:17 +0000 (-0800) Subject: altos: Oops. Lost a couple of commands when merging the doc patch X-Git-Tag: 0.9.3~154 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=6e340c87d3198647cf075ed520a82703b0d59beb;ds=sidebyside 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 --- 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