Browse Source

- Fixes '[|]' whitespace

- Replace '\(\w\)\([|]\)\(\w\)' with '\1 \2 \3'.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2393 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.2.0
zwelch 14 years ago
parent
commit
3e538f9248
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/flash/at91sam3.c

+ 1
- 1
src/flash/at91sam3.c View File

@@ -2451,7 +2451,7 @@ sam3_register_commands( struct command_context_s *cmd_ctx)
"gpnvm",
sam3_handle_gpnvm_command,
COMMAND_EXEC,
"at91sam3 gpnvm [action [<BIT>], by default 'show', otherwise set|clear BIT");
"at91sam3 gpnvm [action [<BIT>], by default 'show', otherwise set | clear BIT");
register_command( cmd_ctx, pCmd,
"info",
sam3_handle_info_command,


Loading…
Cancel
Save