mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
OP-962: Tweaked C2U_STACK_SIZE_BYTES to be a multiple of 4.
+review OPReview-480
This commit is contained in:
parent
8e7e7e052a
commit
bd538703ea
@ -48,7 +48,7 @@ static void updateSettings();
|
||||
// Private constants
|
||||
|
||||
#define U2C_STACK_SIZE_BYTES 260
|
||||
#define C2U_STACK_SIZE_BYTES 315
|
||||
#define C2U_STACK_SIZE_BYTES 316
|
||||
|
||||
#define TASK_PRIORITY (tskIDLE_PRIORITY + 1)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user