mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-06 21:54:15 +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>
|
#include <pios_board_info.h>
|
||||||
|
|
||||||
// Private constants
|
// Private constants
|
||||||
#define STACK_SIZE_BYTES 824
|
#define STACK_SIZE_BYTES 1024
|
||||||
#define TASK_PRIORITY (tskIDLE_PRIORITY+2)
|
#define TASK_PRIORITY (tskIDLE_PRIORITY+2)
|
||||||
|
|
||||||
// Private types
|
// Private types
|
||||||
|
Loading…
x
Reference in New Issue
Block a user