adds 'dfu-util' to macos_install.sh

This commit is contained in:
Colin T.A. Gray 2018-10-22 14:56:52 -04:00 committed by Drashna Jaelre
parent 552b1cccec
commit 418a886ae4
1 changed files with 1 additions and 1 deletions

View File

@ -22,4 +22,4 @@ fi
brew tap osx-cross/avr
brew tap PX4/homebrew-px4
brew update
brew install avr-gcc@7 gcc-arm-none-eabi dfu-programmer avrdude
brew install avr-gcc@7 gcc-arm-none-eabi dfu-programmer avrdude dfu-util