From e94fdac91fb0d5946e4e61e1edba37a9d23187de Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 26 Oct 2021 08:41:11 +1100 Subject: [PATCH] Tools: rename uLanding simulation to USD1 --- Tools/autotest/arducopter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/autotest/arducopter.py b/Tools/autotest/arducopter.py index c490216257..51a89021e4 100644 --- a/Tools/autotest/arducopter.py +++ b/Tools/autotest/arducopter.py @@ -6519,8 +6519,8 @@ class AutoTestCopter(AutoTest): drivers = [ ("lightwareserial", 8), # autodetected between this and -binary ("lightwareserial-binary", 8), - ("ulanding_v0", 11), - ("ulanding_v1", 11), + ("USD1_v0", 11), + ("USD1_v1", 11), ("leddarone", 12), ("maxsonarseriallv", 13), ("nmea", 17),