mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/openocd/openocd
This commit is contained in:
File diff suppressed because it is too large
Load Diff
667
src/flash/nand.c
667
src/flash/nand.c
File diff suppressed because it is too large
Load Diff
@@ -2065,6 +2065,7 @@ int arm11_handle_vcr(struct command_context_s *cmd_ctx, char *cmd, char **args,
|
||||
break;
|
||||
case 1:
|
||||
COMMAND_PARSE_NUMBER(u32, args[0], arm11_vcr);
|
||||
break;
|
||||
default:
|
||||
return ERROR_COMMAND_SYNTAX_ERROR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user