summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDanny Nguyen <danny@keeb.io>2019-06-05 13:53:11 -0400
committerFlorian Didron <fdidron@users.noreply.github.com>2019-06-20 09:07:11 +0900
commite2f2d8b22e6bf14ea8e2bd21c1929c38584e8b8e (patch)
treecc4e4ff3911482fb06c413d365b36b32100c9553 /util
parent03a8adc19b20ebebb0297bc1166d56f510d5f2bb (diff)
Change from avr-gcc@7 to @8 for Mac
Diffstat (limited to 'util')
-rwxr-xr-xutil/macos_install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/macos_install.sh b/util/macos_install.sh
index 93f3ed0b96..915ff3143c 100755
--- a/util/macos_install.sh
+++ b/util/macos_install.sh
@@ -22,5 +22,5 @@ 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 dfu-util python3
-brew link --force avr-gcc@7
+brew install avr-gcc@8 gcc-arm-none-eabi dfu-programmer avrdude dfu-util python3
+brew link --force avr-gcc@8