1
0
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:
peabody124 2011-01-10 18:45:16 +00:00 committed by peabody124
parent ab923cae62
commit 2fee1781ec

View File

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