diff options
| author | jacqueline <me@jacqueline.id.au> | 2023-05-22 15:23:51 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2023-05-22 15:23:51 +1000 |
| commit | 5ac4d3949cd7430e0d4c994bbc528e8e4fa91337 (patch) | |
| tree | dcd30c252e45afa20f084e1a58cbabd861ca299c /src/tasks/CMakeLists.txt | |
| parent | b320a6a863cf1c10dc79254af41f573730935564 (diff) | |
| download | tangara-fw-5ac4d3949cd7430e0d4c994bbc528e8e4fa91337.tar.gz | |
Generalise worker tasks, and centralise task priorities + stacks
Includes making the display driver use a worker task for flushes, so
that our double buffering actually does something useful /facepalm
Diffstat (limited to 'src/tasks/CMakeLists.txt')
| -rw-r--r-- | src/tasks/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tasks/CMakeLists.txt b/src/tasks/CMakeLists.txt index 0503d293..f7d7244f 100644 --- a/src/tasks/CMakeLists.txt +++ b/src/tasks/CMakeLists.txt @@ -1,2 +1,2 @@ -idf_component_register(SRCS "tasks.cpp" INCLUDE_DIRS ".") +idf_component_register(SRCS "tasks.cpp" INCLUDE_DIRS "." REQUIRES "span") target_compile_options(${COMPONENT_LIB} PRIVATE ${EXTRA_WARNINGS}) |
