mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
Fix: Increase teh memory for autotune back to 1024 which leaves 100 free.
This commit is contained in:
parent
561cf994b0
commit
ee4bb84e36
@ -60,7 +60,7 @@
|
||||
#include <pios_board_info.h>
|
||||
|
||||
// Private constants
|
||||
#define STACK_SIZE_BYTES 824
|
||||
#define STACK_SIZE_BYTES 1024
|
||||
#define TASK_PRIORITY (tskIDLE_PRIORITY+2)
|
||||
|
||||
// Private types
|
||||
|
Loading…
x
Reference in New Issue
Block a user