Increase gps stack for 64 bit targets

Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
This commit is contained in:
Jukka Laitinen
2021-08-19 10:14:50 +03:00
committed by Daniel Agar
parent 733b1e9e67
commit 29248cb6b8
+1 -1
View File
@@ -102,7 +102,7 @@ struct GPS_Sat_Info {
satellite_info_s _data;
};
static constexpr int TASK_STACK_SIZE = 1760;
static constexpr int TASK_STACK_SIZE = PX4_STACK_ADJUSTED(1760);
class GPS : public ModuleBase<GPS>, public device::Device