Skip to content

Commit

Permalink
VTXConfig: Bump VTXConfig stack by 60 as well.
Browse files Browse the repository at this point in the history
* This was running really close to the line (24 bytes avail.)
  • Loading branch information
AJ Christensen committed Jul 17, 2016
1 parent 7355962 commit 77165b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flight/Modules/VTXConfig/VTXConfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ enum STATE {

// ****************
// Private constants
#define STACK_SIZE_BYTES 500
#define STACK_SIZE_BYTES 560
#define TASK_PRIORITY PIOS_THREAD_PRIO_LOW

#define MAX_FAILS 5
Expand Down

0 comments on commit 77165b4

Please sign in to comment.