From 8608f9367fc29e498f42f5249aa248dd2044d567 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Tue, 26 Sep 2023 17:23:34 +1000 Subject: Tune buffer sizes and locations for I2S --- src/tasks/tasks.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tasks/tasks.cpp') diff --git a/src/tasks/tasks.cpp b/src/tasks/tasks.cpp index dfcead06..689011ea 100644 --- a/src/tasks/tasks.cpp +++ b/src/tasks/tasks.cpp @@ -107,11 +107,11 @@ auto Priority() -> UBaseType_t; // highest priority. template <> auto Priority() -> UBaseType_t { - return 18; + return configMAX_PRIORITIES - 1; } template <> auto Priority() -> UBaseType_t { - return 18; + return configMAX_PRIORITIES - 1; } // After audio issues, UI jank is the most noticeable kind of scheduling-induced // slowness that the user is likely to notice or care about. Therefore we place -- cgit v1.2.3