ardupilot/libraries/AP_Landing
Peter Barker 034671b969 AP_Landing: avoid using struct Location
clang reports this could be a problem when compiling under some EABIs.  Remove it from most places as it is just noise, replace with class where we want to avoid including Location.h
2023-02-04 22:51:54 +11:00
..
AP_Landing.cpp AP_Landing: Add Landing Max Throttle Option 2023-01-24 10:19:56 +11:00
AP_Landing.h AP_Landing: Add Landing Max Throttle Option 2023-01-24 10:19:56 +11:00
AP_Landing_Deepstall.cpp AP_Landing : correct comment spelling 2022-05-24 20:27:45 +09:00
AP_Landing_Deepstall.h AP_Landing: stop libraries including AP_Logger.h in .h files 2022-04-08 19:18:38 +10:00
AP_Landing_Slope.cpp AP_Landing: avoid using struct Location 2023-02-04 22:51:54 +11:00