mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +08:00
astyle update to v2.06
This commit is contained in:
committed by
Lorenz Meier
parent
e916159f5c
commit
7c094053cb
@@ -1,10 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
ASTYLE_VER_REQUIRED="Artistic Style Version 2.05.1"
|
ASTYLE_VER_REQUIRED="Artistic Style Version 2.06"
|
||||||
astyle_ver() {
|
astyle_ver() {
|
||||||
echo "PX4 requires ${ASTYLE_VER_REQUIRED}"
|
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
|
# check if astyle is installed
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
if [ -z "$PX4_DOCKER_REPO" ]; then
|
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
|
fi
|
||||||
|
|
||||||
PWD=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
PWD=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
||||||
|
|||||||
Reference in New Issue
Block a user