1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Need to increase the GPS stack size when I include the GPZDA message

This commit is contained in:
James Cotton 2012-07-29 12:41:20 -05:00
parent 0af240e0a3
commit dde9de080e

View File

@ -66,7 +66,7 @@ static float GravityAccel(float latitude, float longitude, float altitude);
#ifdef PIOS_GPS_SETS_HOMELOCATION
// Unfortunately need a good size stack for the WMM calculation
#define STACK_SIZE_BYTES 750
#define STACK_SIZE_BYTES 850
#else
#if defined(PIOS_GPS_MINIMAL)
#define STACK_SIZE_BYTES 500