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 573602b commit 4e3c0a0Copy full SHA for 4e3c0a0
1 file changed
src/TaskPlatformDeps.h
@@ -371,12 +371,6 @@ namespace tm_internal {
371
#endif // _has_include
372
#endif // GCC>=5 and !TM_ALLOW_CAPTURED_LAMBDA
373
374
-#ifdef ESP32
375
-#define RawIntHandler std::function<void(void)>
376
-#elif ARDUINO_ARCH_STM32
377
-#define RawIntHandler callback_function_t
378
-#else
379
typedef void (*RawIntHandler)();
380
-#endif // RAW INT checks
381
382
#endif //TASKMANGERIO_PLATFORMDETERMINATION_H
0 commit comments