diff options
author | Keith Packard <keithp@keithp.com> | 2011-01-07 17:55:54 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-01-07 17:55:54 -0800 |
commit | 1cc08af4f4a1ff61fc0deca3bdd95e8a5ca8ec5c (patch) | |
tree | 9d2031dcabcb2a02a25906fefb9a3bedcb3d5401 /src | |
parent | d8c9684239b67a69a4a3d24202a6df0d73c4f7f5 (diff) |
altos: white space fix
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/ao_storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_storage.c b/src/ao_storage.c index c4beedd2..c51bec4a 100644 --- a/src/ao_storage.c +++ b/src/ao_storage.c @@ -170,7 +170,7 @@ __code struct ao_cmds ao_storage_cmds[] = { { 'e', ao_storage_dump, "e <block> Dump a block of flash data" }, #if 0 { 'w', ao_storage_store, "w <block> <start> <len> <data> ... Write data to flash" }, - #endif +#endif { 'z', ao_storage_zap, "z <block> Erase flash containing <block>" }, { 'Z', ao_storage_zapall,"Z <key> Erase all logs. <key> is doit with D&I" }, { 0, ao_storage_zap, NULL }, |