Skip to content

Commit

Permalink
Merge pull request #1129 from mlyle/mpl-bumpbattery
Browse files Browse the repository at this point in the history
flight: battery: increase stack size
  • Loading branch information
tracernz authored Jul 18, 2016
2 parents 062b499 + 6d3d932 commit 65a6d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flight/Modules/Battery/battery.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

// ****************
// Private constants
#define STACK_SIZE_BYTES 576
#define STACK_SIZE_BYTES 624
#define TASK_PRIORITY PIOS_THREAD_PRIO_LOW
#define SAMPLE_PERIOD_MS 500
// Private types
Expand Down

0 comments on commit 65a6d5b

Please sign in to comment.