mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-15 07:29:15 +01:00
OP-239 OP-210 HomeLocation: This was causing resets on the board due to not
enough memory. Increase task memory a little. I'm not sure that it's possible to make the WMM memory usage less. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2372 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
ab923cae62
commit
2fee1781ec
@ -52,7 +52,7 @@ static void setHomeLocation(GPSPositionData * gpsData);
|
||||
|
||||
// Private constants
|
||||
// Unfortunately need a good size stack for the WMM calculation
|
||||
#define STACK_SIZE_BYTES 1024
|
||||
#define STACK_SIZE_BYTES 2096
|
||||
#define TASK_PRIORITY (tskIDLE_PRIORITY + 1)
|
||||
|
||||
// Private types
|
||||
|
Loading…
x
Reference in New Issue
Block a user