mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
5be27fda83
When running flight software from master (cf74908), my config was pushing the system module stack usage to within 16 bytes of its limit. This triggers a stack overflow alarm which prevents the quad from arming/flying. This change increases the available stack size such that there are 72 bytes of stack free (a previously stated safe margin) when my quad is sitting idle and unarmed on the bench.