diff --git a/miosix/config/Makefile.inc b/miosix/config/Makefile.inc index 6f2a903793e138628bab02eafd90e4b2c5dd133b..da3d70150d95a69ce988a15d0315e54050221939 100644 --- a/miosix/config/Makefile.inc +++ b/miosix/config/Makefile.inc @@ -2537,7 +2537,7 @@ else ifeq ($(ARCH),cortexM0_stm32f0) ## The command must provide a way to program the board, or print an ## error message saying that 'make program' is not supported for that ## board. - PROGRAM_CMDLINE := echo 'make program not supported.' + PROGRAM_CMDLINE := st-flash --reset write main.bin 0x8000000 ##------------------------------------------------------------------------- ## End of board list