aboutsummaryrefslogtreecommitdiffstats
path: root/src/fsm/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fsm/main.c')
-rw-r--r--src/fsm/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fsm/main.c b/src/fsm/main.c
index 040899e..339c1ed 100644
--- a/src/fsm/main.c
+++ b/src/fsm/main.c
@@ -134,7 +134,7 @@ static void launcher_task(void *pvParameters)
xTaskCreate(
gps_monit_task,
"TaskGPSMonit",
- configMINIMAL_STACK_SIZE,
+ 4*configMINIMAL_STACK_SIZE,
(void*) NULL,
tskIDLE_PRIORITY + 2UL,
&task_handle);