flash: format stm32f2x driver defines
Change-Id: Ie903996368a8d4313df87839d5ba3f2a102796a3 Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk> Reviewed-on: http://openocd.zylin.com/987 Tested-by: jenkins Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
This commit is contained in:
parent
928289773c
commit
977db554c4
|
@ -154,7 +154,6 @@ struct stm32x_flash_bank {
|
|||
int probed;
|
||||
};
|
||||
|
||||
|
||||
/* flash bank stm32x <base> <size> 0 0 <target#>
|
||||
*/
|
||||
FLASH_BANK_COMMAND_HANDLER(stm32x_flash_bank_command)
|
||||
|
|
Loading…
Reference in New Issue