Skip to content

Commit

Permalink
FW: Allow BT thread pre-emption and decrease priority
Browse files Browse the repository at this point in the history
  • Loading branch information
dlktdr committed Aug 20, 2024
1 parent 2925523 commit 6fad57d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src/src/include/defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
#define IO_THREAD_PRIO PRIORITY_LOW
#define SERIAL_THREAD_PRIO PRIORITY_LOW
#define DATA_THREAD_PRIO PRIORITY_LOW
#define BT_THREAD_PRIO -PRIORITY_HIGH
#define BT_THREAD_PRIO PRIORITY_HIGH + 1
#define SENSOR_THREAD_PRIO PRIORITY_HIGH
#define CALCULATE_THREAD_PRIO PRIORITY_HIGH
#define UARTRX_THREAD_PRIO PRIORITY_LOW - 2
Expand Down

0 comments on commit 6fad57d

Please sign in to comment.