Skip to content
This repository was archived by the owner on Oct 5, 2021. It is now read-only.

Commit 02d7d34

Browse files
rogerclarkmelbournefpistm
authored andcommitted
Changed printed message
to indicate this is a special version built for Arduino STM32 Signed-off-by: Roger Clark <[email protected]>
1 parent 291d324 commit 02d7d34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.c

+2-2
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)