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 73a6349 commit b7632e4Copy full SHA for b7632e4
1 file changed
src/SCThreadingSupport.h
@@ -18,7 +18,7 @@
18
#include <inttypes.h>
19
20
// START PROCESSOR/BOARD SELECTION BLOCK
21
-#if defined(__MBED__) || defined(ARDUINO_ARDUINO_NANO33BLE)
+#if defined(__MBED__) || defined(TMIOA_FORCE_ARDUINO_MBED)
22
#include <mbed_atomic.h>
23
typedef volatile uint32_t* position_ptr_t;
24
typedef volatile uint32_t position_t;
0 commit comments