Skip to content

Commit e0d6307

Browse files
Built Linux binary and also changed printed message to indicate this is a special version built for Arduino STM32
1 parent 176db5f commit e0d6307

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/linux/stm32flash/stm32flash

-115 Bytes
Binary file not shown.

tools/src/stm32flash_serial/src/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#include "parsers/binary.h"
3939
#include "parsers/hex.h"
4040

41-
#define VERSION "0.4"
41+
#define VERSION "Arduino_STM32_0.9"
4242

4343
/* device globals */
4444
stm32_t *stm = NULL;
@@ -121,7 +121,7 @@ int main(int argc, char* argv[]) {
121121
FILE *diag = stdout;
122122

123123
fprintf(diag, "stm32flash " VERSION "\n\n");
124-
fprintf(diag, "http://stm32flash.googlecode.com/\n\n");
124+
fprintf(diag, "http://github.com/rogerclarkmelbourne/arduino_stm32\n\n");
125125
if (parse_options(argc, argv) != 0)
126126
goto close;
127127

0 commit comments

Comments
 (0)