From a7df2855889055976956a58d2a36f23626371ee9 Mon Sep 17 00:00:00 2001 From: jacqueline Date: Wed, 23 Nov 2022 17:15:06 +1100 Subject: Mostly done pipeline arch. Now onto cleanup and building. --- src/tasks/tasks.hpp | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/tasks/tasks.hpp (limited to 'src/tasks/tasks.hpp') diff --git a/src/tasks/tasks.hpp b/src/tasks/tasks.hpp new file mode 100644 index 00000000..24f8509a --- /dev/null +++ b/src/tasks/tasks.hpp @@ -0,0 +1,6 @@ +#pragma once + +#include "freertos/portmacro.h" + +extern const UBaseType_t kTaskPriorityLvgl; +extern const UBaseType_t kTaskPriorityAudio; -- cgit v1.2.3