Fix: stm32w flasher for Ubuntu 12.04 and later

This commit is contained in:
Etienne Duble 2012-11-09 14:14:57 +01:00
parent ecdbbaec9a
commit 7905316c54
9 changed files with 1975 additions and 1 deletions

View file

@ -168,7 +168,7 @@ endif
FLASHER = sudo $(CONTIKI)/tools/stm32w/stm32w_flasher/stm32w_flasher
FLASHER = sudo $(CONTIKI)/tools/stm32w/stm32w_flasher/py_files/stm32w_flasher.py
# Check if we are running under Windows
ifeq ($(HOST_OS),Windows)