Skip to content

Commit b7632e4

Browse files
committed
#5 support all Arduino mbed boards and allow override using the same flag.
1 parent 73a6349 commit b7632e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SCThreadingSupport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#include <inttypes.h>
1919

2020
// START PROCESSOR/BOARD SELECTION BLOCK
21-
#if defined(__MBED__) || defined(ARDUINO_ARDUINO_NANO33BLE)
21+
#if defined(__MBED__) || defined(TMIOA_FORCE_ARDUINO_MBED)
2222
#include <mbed_atomic.h>
2323
typedef volatile uint32_t* position_ptr_t;
2424
typedef volatile uint32_t position_t;

0 commit comments

Comments
 (0)