aboutsummaryrefslogtreecommitdiff
path: root/src/flash/nor/stm32f2x.c
diff options
context:
space:
mode:
authorSpencer Oliver <spen@spen-soft.co.uk>2012-01-09 16:14:18 +0000
committerSpencer Oliver <spen@spen-soft.co.uk>2012-01-12 20:45:01 +0000
commit2a34cc8eb6a8431ecebad1279d19ce919978a778 (patch)
tree4851ff907f3070470b303cadb51555f7ba4c62b5 /src/flash/nor/stm32f2x.c
parent0aefdbd446ed35bbc507c517b96e99d5e6e01e3d (diff)
cmd: add missing usage var
Change-Id: I0f05d643b0801b19cc3beb88f0d12d7e4c83ef9c Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/356 Tested-by: jenkins
Diffstat (limited to 'src/flash/nor/stm32f2x.c')
-rw-r--r--src/flash/nor/stm32f2x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/flash/nor/stm32f2x.c b/src/flash/nor/stm32f2x.c
index b7e10096..6457f203 100644
--- a/src/flash/nor/stm32f2x.c
+++ b/src/flash/nor/stm32f2x.c
@@ -807,6 +807,7 @@ static const struct command_registration stm32x_command_handlers[] = {
.name = "stm32f2x",
.mode = COMMAND_ANY,
.help = "stm32f2x flash command group",
+ .usage = "",
.chain = stm32x_exec_command_handlers,
},
COMMAND_REGISTRATION_DONE