diff target-utils/pirexplore/cmdtab.c @ 206:9539929b3414

pirexplore: flashid command implemented
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 23 Dec 2013 19:32:22 +0000
parents b26b7459bd44
children e60aecf23970
line wrap: on
line diff
--- a/target-utils/pirexplore/cmdtab.c	Mon Dec 23 18:40:04 2013 +0000
+++ b/target-utils/pirexplore/cmdtab.c	Mon Dec 23 19:32:22 2013 +0000
@@ -4,6 +4,7 @@
 extern void cmd_blit();
 extern void cmd_dieid();
 extern void cmd_find();
+extern void cmd_flashid();
 extern void cmd_jump();
 extern void cmd_lcdfill();
 extern void cmd_lcdinit();
@@ -29,6 +30,7 @@
 	{"dump", cmd_memdump_human},
 	{"ffsinit", mpffs_init},
 	{"find", cmd_find},
+	{"flashid", cmd_flashid},
 	{"jump", cmd_jump},
 	{"lcdfill", cmd_lcdfill},
 	{"lcdinit", cmd_lcdinit},