Skip to content

Commit

Permalink
drivers/gps: increase stack to handle gps dump config for RTCM output…
Browse files Browse the repository at this point in the history
… (PPK)
  • Loading branch information
Thomas Stastny authored and bkueng committed Apr 19, 2023
1 parent b874eaf commit cb66c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/gps/gps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ struct GPS_Sat_Info {
satellite_info_s _data;
};

static constexpr int TASK_STACK_SIZE = PX4_STACK_ADJUSTED(1990);
static constexpr int TASK_STACK_SIZE = PX4_STACK_ADJUSTED(2040);


class GPS : public ModuleBase<GPS>, public device::Device
Expand Down

0 comments on commit cb66c48

Please sign in to comment.