Skip to content

Commit

Permalink
fix: update url in run_arduino.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed Sep 29, 2021
1 parent 6b16d19 commit a3a2683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_arduino_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ case "$1" in
echo "This file should be uploaded manually by SCP, SFTP, Kermit, or etc."
echo "Then run \"sh ./$(basename "$output") start\" command in the board's console."
echo "For detailed instructions, please visit:"
echo " https://github.com/stm32duino/Arduino_Core_STM32/tree/master/variants/STM32MP157_DK/README.md"
echo " https://github.com/stm32duino/Arduino_Core_STM32/tree/master/variants/STM32MP1xx/MP153AAC_MP153CAC_MP153DAC_MP153FAC_MP157AAC_MP157CAC_MP157DAC_MP157FAC"
;;
*)
echo "Usage: $0 [start|stop|restart]"
Expand Down

0 comments on commit a3a2683

Please sign in to comment.