diff loadtools/ltflash.c @ 204:61c7480b3c50

fc-loadtool: flash idcheck standalone command implemented
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 23 Dec 2013 08:49:38 +0000
parents 99c234bf6a9b
children cd12d1049f91
line wrap: on
line diff
--- a/loadtools/ltflash.c	Mon Dec 23 07:26:37 2013 +0000
+++ b/loadtools/ltflash.c	Mon Dec 23 08:49:38 2013 +0000
@@ -313,6 +313,7 @@
 }
 
 extern int flashcmd_erase();
+extern int flashcmd_idcheck();
 extern int flashcmd_progbin();
 extern int flashcmd_program_m0();
 extern int flashcmd_program_srec();
@@ -327,6 +328,7 @@
 	{"dump2srec", flashcmd_dump2file},
 	{"erase", flashcmd_erase},
 	{"help", flashcmd_help},
+	{"idcheck", flashcmd_idcheck},
 	{"info", flashcmd_info},
 	{"program-bin", flashcmd_progbin},
 	{"program-m0", flashcmd_program_m0},