Browse Source

adds 'dfu-util' to macos_install.sh

pull/4210/head
Colin T.A. Gray 5 years ago
committed by Drashna Jaelre
parent
commit
418a886ae4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      util/macos_install.sh

+ 1
- 1
util/macos_install.sh 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

Loading…
Cancel
Save