mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
build: don't build examples for apm1 any more
so little APM1 development happening it is not worth it
This commit is contained in:
parent
95b62512f8
commit
1ea1d9983d
@ -6,7 +6,7 @@
|
||||
set -e
|
||||
set -x
|
||||
|
||||
targets="clean apm1 clean apm2"
|
||||
targets="clean apm2"
|
||||
|
||||
[ $# -gt 0 ] && {
|
||||
targets="$*"
|
||||
|
Loading…
Reference in New Issue
Block a user