Skip to content

Commit

Permalink
#495 Increased kalman filter task priority to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Nov 5, 2019
1 parent ba7b197 commit 297da38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
#define OA_DECK_TASK_PRI 3
#define UART1_TEST_TASK_PRI 1
#define UART2_TEST_TASK_PRI 1
#define KALMAN_TASK_PRI 1
#define KALMAN_TASK_PRI 2

#define SYSLINK_TASK_PRI 3
#define USBLINK_TASK_PRI 3
Expand Down

0 comments on commit 297da38

Please sign in to comment.