Built Linux binary and also changed printed message to indicate this is a special version built for Arduino STM32
This commit is contained in:
parent
176db5f9d0
commit
e0d6307685
Binary file not shown.
|
@ -38,7 +38,7 @@
|
|||
#include "parsers/binary.h"
|
||||
#include "parsers/hex.h"
|
||||
|
||||
#define VERSION "0.4"
|
||||
#define VERSION "Arduino_STM32_0.9"
|
||||
|
||||
/* device globals */
|
||||
stm32_t *stm = NULL;
|
||||
|
@ -121,7 +121,7 @@ int main(int argc, char* argv[]) {
|
|||
FILE *diag = stdout;
|
||||
|
||||
fprintf(diag, "stm32flash " VERSION "\n\n");
|
||||
fprintf(diag, "http://stm32flash.googlecode.com/\n\n");
|
||||
fprintf(diag, "http://github.com/rogerclarkmelbourne/arduino_stm32\n\n");
|
||||
if (parse_options(argc, argv) != 0)
|
||||
goto close;
|
||||
|
||||
|
|
Loading…
Reference in New Issue