Skip to content

Commit

Permalink
stm32flash path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
keirf committed Jul 26, 2021
1 parent 40d06c0 commit c030fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ BAUD=921600
DEV=/dev/ttyUSB0

flash: all
sudo ~/stm32flash/stm32flash -b $(BAUD) \
sudo stm32flash -b $(BAUD) \
-vw src/$(PROJ).hex $(DEV)

start:
sudo ~/stm32flash/stm32flash -b $(BAUD) -g 0 $(DEV)
sudo stm32flash -b $(BAUD) -g 0 $(DEV)

serial:
sudo miniterm.py $(DEV) 115200

0 comments on commit c030fea

Please sign in to comment.