summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDanny Nguyen <danny@keeb.io>2019-06-05 13:53:11 -0400
committerDrashna Jaelre <drashna@live.com>2019-06-05 17:51:39 -0700
commit4f2f2271cda85c3939deb3f61bbd9430e38a20fc (patch)
tree15214714724a4280d4195089a0d543d869e3b65f /util
parentde968eb310b82dbba7c69971ad0d1280aaac7b27 (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