flash/nor/core: remove unused define
FLASH_MAX_ERROR_STR is not used since commit 815c3b3533
(merged in ~2008)
Change-Id: Ic117a2e3d22235c31dc14533b6564ebf5a13ae58
Signed-off-by: Tomas Vanek <vanekt@fbl.cz>
Reviewed-on: https://review.openocd.org/c/openocd/+/7121
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
7bc4e67d65
commit
60396be0b6
|
@ -20,8 +20,6 @@
|
|||
|
||||
struct image;
|
||||
|
||||
#define FLASH_MAX_ERROR_STR (128)
|
||||
|
||||
/**
|
||||
* Describes the geometry and status of a single flash sector
|
||||
* within a flash bank. A single bank typically consists of multiple
|
||||
|
|
Loading…
Reference in New Issue