File tree Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 66
77// Define thread-safe features before including TaskScheduler
88// 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
9+
10+ // #define _TASK_HEADER_AND_CPP
11+ // #define _TASK_THREAD_SAFE
12+ // #define _TASK_STATUS_REQUEST
13+ // #define _TASK_TIMEOUT_TASK_THREAD_SAFE
1314
1415#include " test-queue-impl.h"
1516#include " TaskSchedulerDeclarations.h"
Original file line number Diff line number Diff line change 66
77#include <cstddef>
88
9- #define _TASK_HEADER_AND_CPP
10- #define _TASK_THREAD_SAFE
11- #define _TASK_STATUS_REQUEST
12- #define _TASK_TIMEOUT_TASK_THREAD_SAFE
9+ // #define _TASK_HEADER_AND_CPP
10+ // #define _TASK_THREAD_SAFE
11+ // #define _TASK_STATUS_REQUEST
12+ // #define _TASK_TIMEOUT_TASK_THREAD_SAFE
1313
1414#include "TaskSchedulerDeclarations.h"
1515
Original file line number Diff line number Diff line change 1515// - Simulates ISR context using thread-local storage
1616// - Compatible with Google Test framework on Ubuntu
1717
18- #define _TASK_HEADER_AND_CPP
19- #define _TASK_THREAD_SAFE
20- #define _TASK_STATUS_REQUEST
21- #define _TASK_TIMEOUT
18+ // #define _TASK_HEADER_AND_CPP
19+ // #define _TASK_THREAD_SAFE
20+ // #define _TASK_STATUS_REQUEST
21+ // #define _TASK_TIMEOUT
2222
2323#include < gtest/gtest.h>
2424#include " Arduino.h"
You can’t perform that action at this time.
0 commit comments