Skip to content

Commit

Permalink
BUGFIX Hardfault Commander Calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
davids5 authored and LorenzMeier committed Feb 9, 2021
1 parent 2772022 commit ef444da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/commander/worker_thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ void WorkerThread::startTask(Request request)
/* initialize low priority thread */
pthread_attr_t low_prio_attr;
pthread_attr_init(&low_prio_attr);
pthread_attr_setstacksize(&low_prio_attr, PX4_STACK_ADJUSTED(3304));
pthread_attr_setstacksize(&low_prio_attr, PX4_STACK_ADJUSTED(3804));

#ifndef __PX4_QURT
// This is not supported by QURT (yet).
Expand Down

0 comments on commit ef444da

Please sign in to comment.