X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fflash%2Flpc288x.c;h=61aa3a008edfe643b6f017a3b8b593108a8afd47;hp=513e2fcf353b039e9a6dd5018ec2b461f327029d;hb=0004691e9104c9a59336fbe6e230597d48e8cb57;hpb=7f6ad49d12e3d166c730d27306d887bb3ed48a1b diff --git a/src/flash/lpc288x.c b/src/flash/lpc288x.c index 513e2fcf35..61aa3a008e 100644 --- a/src/flash/lpc288x.c +++ b/src/flash/lpc288x.c @@ -209,7 +209,7 @@ static int lpc288x_flash_bank_command(struct command_context_s *cmd_ctx, char *c /* part wasn't probed for info yet */ lpc288x_info->cidr = 0; - lpc288x_info->cclk = strtoul(args[6], NULL, 0); + COMMAND_PARSE_NUMBER(u32, args[6], lpc288x_info->cclk); return ERROR_OK; }