mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-26 17:53:59 -04:00
Tools: stop build_parameters.sh copying non-existent files
We stopped generating these files some time ago
This commit is contained in:
parent
a4d9d8ed6b
commit
9208308121
@ -9,9 +9,7 @@ PARAMS_DIR="../buildlogs/Parameters"
|
||||
# work from either APM directory or above
|
||||
[ -d ArduPlane ] || cd APM
|
||||
|
||||
# copy combined parameters files away:
|
||||
/bin/mkdir -p "$PARAMS_DIR"
|
||||
/bin/cp Parameters.wiki Parameters.html *.pdef.xml "$PARAMS_DIR"
|
||||
|
||||
generate_parameters() {
|
||||
VEHICLE="$1"
|
||||
|
Loading…
Reference in New Issue
Block a user