shell: expose currently probed flash device

tags/0.1.0
S.J.R. van Schaik 8 years ago
parent adcda56894
commit 886b90f5f3
  1. 2
      source/shell/flash.c

@ -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…
Cancel
Save