Browse Source

astyle update to v2.06

sbg
Daniel Agar 8 years ago committed by Lorenz Meier
parent
commit
7c094053cb
  1. 4
      Tools/check_code_style_all.sh
  2. 2
      Tools/docker_run.sh

4
Tools/check_code_style_all.sh

@ -1,10 +1,10 @@ @@ -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

2
Tools/docker_run.sh

@ -1,7 +1,7 @@ @@ -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…
Cancel
Save