shell: expose currently probed flash device
This commit is contained in:
parent
adcda56894
commit
886b90f5f3
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ static struct cmd flash_cmds[] = {
|
|||
{ NULL, NULL },
|
||||
};
|
||||
|
||||
static struct flash_dev *flash = NULL;
|
||||
struct flash_dev *flash = NULL;
|
||||
|
||||
/* TODO: implement a parser for hex arrays that is more user-friendly.
|
||||
* Also implement dry runs for programmers. */
|
||||
|
|
Loading…
Add table
Reference in a new issue