summaryrefslogtreecommitdiff
path: root/util/macos_install.sh
diff options
context:
space:
mode:
authorskullydazed <skullydazed@users.noreply.github.com>2019-07-09 15:47:18 -0700
committerFlorian Didron <fdidron@users.noreply.github.com>2019-10-01 10:21:12 +0900
commitd5d631691dc42a393e7528973ef292ee460f6a11 (patch)
treeed8aa0c7bbe729fdb9ffa0c890920309cfba083c /util/macos_install.sh
parent31f8c4eb3a60357412cb59d423756e8cd307f588 (diff)
Enforce clang-format (#6293)
* Enforce clang-format on commit for core files * forgot about tests
Diffstat (limited to 'util/macos_install.sh')
-rwxr-xr-xutil/macos_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/macos_install.sh b/util/macos_install.sh
index f7e3044249..d9ec50a7e2 100755
--- a/util/macos_install.sh
+++ b/util/macos_install.sh
@@ -24,6 +24,6 @@ fi
brew tap osx-cross/avr
brew tap PX4/homebrew-px4
brew update
-brew install avr-gcc@8 gcc-arm-none-eabi dfu-programmer avrdude dfu-util python3
+brew install avr-gcc@8 gcc-arm-none-eabi dfu-programmer avrdude clang-format dfu-util python3
brew link --force avr-gcc@8
pip3 install -r ${util_dir}/../requirements.txt