1
0
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:
Richard Flay (Hyper) 2013-05-25 17:10:41 +09:30
parent 8e7e7e052a
commit bd538703ea

View File

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