Make systesetreq typos read sysresetreq instead

Signed-off-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
Peter Stuge
2010-10-24 16:28:48 +02:00
committed by Øyvind Harboe
parent e7d26173fc
commit f176278e98
2 changed files with 2 additions and 2 deletions

View File

@@ -2127,7 +2127,7 @@ COMMAND_HANDLER(handle_cortex_m3_reset_config_command)
if (CMD_ARGC > 0)
{
if (strcmp(*CMD_ARGV, "systesetreq") == 0)
if (strcmp(*CMD_ARGV, "sysresetreq") == 0)
cortex_m3->soft_reset_config = CORTEX_M3_RESET_SYSRESETREQ;
else if (strcmp(*CMD_ARGV, "vectreset") == 0)
cortex_m3->soft_reset_config = CORTEX_M3_RESET_VECTRESET;