mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-04-05 06:25:09 +00:00
Fix machine name for RPi, Makefile
This commit is contained in:
parent
beb4ecff7e
commit
db92c12e93
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -52,7 +52,7 @@ else
|
|||
DFU_UTIL=./STM32F10X_Lib/utils/linux64/dfu-util
|
||||
ST_FLASH=./STM32F10X_Lib/utils/linux64/st-flash
|
||||
STM32FLASH=./STM32F10X_Lib/utils/linux64/stm32flash
|
||||
else ifeq ($(shell uname -m),armhf)
|
||||
else ifeq ($(shell uname -m),armv7l)
|
||||
DFU_RST=./STM32F10X_Lib/utils/rpi32/upload-reset
|
||||
DFU_UTIL=./STM32F10X_Lib/utils/rpi32/dfu-util
|
||||
ST_FLASH=./STM32F10X_Lib/utils/rpi32/st-flash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue