ardupilot/libraries/AP_Mission
Michael du Breuil fa7a89ef83 AP_Mission: Cleanup the header to reduce flash cost
Removes unneeded set's of memory that is already zero'd. It also changes
_flags to be all bool to match the actual usage, and removes the width
specifiers from them. This increases the RAM cost of AP_Mission by 4
bytes, but saves on flash. The RAM cost was eliminated by rearranging
members.
2021-06-22 10:08:02 +10:00
..
examples/AP_Mission_test AP_Mission: examples: var_info is now in GCS_MAVLINK_Parameters 2019-08-14 18:25:43 +10:00
AP_Mission.cpp AP_Mission: Fixes crash in copter when uploading MAV_CMD_NAV_LAND with NaN as p4 2021-06-02 17:04:38 +10:00
AP_Mission.h AP_Mission: Cleanup the header to reduce flash cost 2021-06-22 10:08:02 +10:00
AP_Mission_Commands.cpp AP_Mission: log auxillary function invocations 2021-04-29 13:00:40 +10:00