summaryrefslogtreecommitdiff
path: root/firmware/export/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/thread.h')
-rw-r--r--firmware/export/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/thread.h b/firmware/export/thread.h
index bb1cb7cd17..8c2338715c 100644
--- a/firmware/export/thread.h
+++ b/firmware/export/thread.h
@@ -46,11 +46,11 @@
46#define PRIORITY_REALTIME_3 3 46#define PRIORITY_REALTIME_3 3
47#define PRIORITY_REALTIME_4 4 47#define PRIORITY_REALTIME_4 4
48#define PRIORITY_REALTIME 4 /* Lowest realtime range */ 48#define PRIORITY_REALTIME 4 /* Lowest realtime range */
49#define PRIORITY_BUFFERING 15 /* Codec buffering thread */
49#define PRIORITY_USER_INTERFACE 16 /* The main thread */ 50#define PRIORITY_USER_INTERFACE 16 /* The main thread */
50#define PRIORITY_RECORDING 16 /* Recording thread */ 51#define PRIORITY_RECORDING 16 /* Recording thread */
51#define PRIORITY_PLAYBACK 16 /* Variable between this and MAX */ 52#define PRIORITY_PLAYBACK 16 /* Variable between this and MAX */
52#define PRIORITY_PLAYBACK_MAX 5 /* Maximum allowable playback priority */ 53#define PRIORITY_PLAYBACK_MAX 5 /* Maximum allowable playback priority */
53#define PRIORITY_BUFFERING 16 /* Codec buffering thread */
54#define PRIORITY_SYSTEM 18 /* All other firmware threads */ 54#define PRIORITY_SYSTEM 18 /* All other firmware threads */
55#define PRIORITY_BACKGROUND 20 /* Normal application threads */ 55#define PRIORITY_BACKGROUND 20 /* Normal application threads */
56#define NUM_PRIORITIES 32 56#define NUM_PRIORITIES 32