From 0004691e9104c9a59336fbe6e230597d48e8cb57 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Fri, 23 Oct 2009 02:17:17 -0700 Subject: [PATCH 1/1] Improve lpc288x.c command argument parsing. --- src/flash/lpc288x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2