mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
OP-239 OP-210 GPS memory usage: Pip catching the memory on the stack in the WMM
means this task only needs 800 bytes (of which only 120 is for the WMM). Free heap is now 9k. git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2376 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
f7b5ebdcc5
commit
5bcdfd6edd
@ -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 2096
|
||||
#define STACK_SIZE_BYTES 800
|
||||
#define TASK_PRIORITY (tskIDLE_PRIORITY + 1)
|
||||
|
||||
// Private types
|
||||
|
Loading…
x
Reference in New Issue
Block a user