forked from Archive/PX4-Autopilot
astyle update to v2.06
This commit is contained in:
parent
e916159f5c
commit
7c094053cb
|
@ -1,10 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
|
||||
ASTYLE_VER_REQUIRED="Artistic Style Version 2.05.1"
|
||||
ASTYLE_VER_REQUIRED="Artistic Style Version 2.06"
|
||||
astyle_ver() {
|
||||
echo "PX4 requires ${ASTYLE_VER_REQUIRED}"
|
||||
echo "You can get the correct version here: https://github.com/PX4/astyle/releases/tag/2.05.1"
|
||||
echo "You can get the correct version here: https://sourceforge.net/projects/astyle/files/astyle/astyle%202.06/"
|
||||
}
|
||||
|
||||
# check if astyle is installed
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#! /bin/bash
|
||||
|
||||
if [ -z "$PX4_DOCKER_REPO" ]; then
|
||||
PX4_DOCKER_REPO=px4io/px4-dev-nuttx:2017-01-14
|
||||
PX4_DOCKER_REPO=px4io/px4-dev-nuttx:2017-01-28
|
||||
fi
|
||||
|
||||
PWD=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||
|
|
Loading…
Reference in New Issue