1
0
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:
James Cotton 2012-08-01 12:20:36 -05:00
parent 561cf994b0
commit ee4bb84e36

View File

@ -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