From: Antonio Borneo Date: Fri, 7 May 2010 09:04:32 +0000 (+0800) Subject: NOR: fix comment for Doxygen X-Git-Tag: v0.5.0-rc1~689 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=feb95fbb7b1af02bf62a7b06ce2fcfb972d41040 NOR: fix comment for Doxygen Either bus_width and chip_width are in bytes. Signed-off-by: Antonio Borneo --- diff --git a/src/flash/nor/driver.h b/src/flash/nor/driver.h index de71a39bf1..0e77132734 100644 --- a/src/flash/nor/driver.h +++ b/src/flash/nor/driver.h @@ -75,11 +75,12 @@ struct flash_driver * CMD_ARGV[2] = baseaddress * CMD_ARGV[3] = lengthbytes * CMD_ARGV[4] = chip_width_in bytes - * CMD_ARGV[5] = bus_width_bytes + * CMD_ARGV[5] = bus_width_in_bytes * CMD_ARGV[6] = driver-specific parameters * @endcode * - * For example, CMD_ARGV[4] = 16 bit flash, CMD_ARGV[5] = 32bit bus. + * For example, CMD_ARGV[4] = 2 (for 16 bit flash), + * CMD_ARGV[5] = 4 (for 32 bit bus). * * If extra arguments are provided (@a CMD_ARGC > 6), they will * start in @a CMD_ARGV[6]. These can be used to implement