mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
fa7a89ef83
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. |
||
---|---|---|
.. | ||
examples/AP_Mission_test | ||
AP_Mission_Commands.cpp | ||
AP_Mission.cpp | ||
AP_Mission.h |