We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d2752 commit 602b77eCopy full SHA for 602b77e
tests/test-queue-impl.cpp
@@ -6,6 +6,11 @@
6
7
// Define thread-safe features before including TaskScheduler
8
// defined in the test.yml
9
+#define _TASK_HEADER_AND_CPP
10
+#define _TASK_THREAD_SAFE
11
+#define _TASK_STATUS_REQUEST
12
+#define _TASK_TIMEOUT_TASK_THREAD_SAFE
13
+
14
#include "test-queue-impl.h"
15
#include "TaskSchedulerDeclarations.h"
16
tests/test-scheduler-thread-safe.cpp
@@ -15,6 +15,11 @@
// - Simulates ISR context using thread-local storage
// - Compatible with Google Test framework on Ubuntu
17
18
19
20
21
+#define _TASK_TIMEOUT
22
23
#include <gtest/gtest.h>
24
#include "Arduino.h"
25
0 commit comments