Skip to content

Commit 73a6349

Browse files
author
dave
committed
Bump versions
1 parent f57e3ac commit 73a6349

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
@@ -29,7 +29,7 @@ inline bool casAtomic(position_ptr_t ptr, position_t expected, position_t newVal
2929
inline uint16_t readAtomic(position_ptr_t ptr) { return *(ptr); }
3030
#elif (defined(SC_USE_ARM_ASM_CAS) || defined(ARDUINO_ARCH_STM32)) && !defined(SC_NO_ARM_ASM_CAS)
3131
#include <Arduino.h>
32-
#ifdef (__CORTEX_M > 0x03U)
32+
#if __CORTEX_M > 0x03U
3333
#define SIMPLE_COLLECTIONS_ARM_SUPPORT
3434
typedef volatile uint32_t* position_ptr_t;
3535
typedef volatile uint32_t position_t;

0 commit comments

Comments
 (0)