summaryrefslogtreecommitdiff
path: root/firmware/export/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/thread.h')
-rw-r--r--firmware/export/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/thread.h b/firmware/export/thread.h
index f27557b3d4..a26b5962e2 100644
--- a/firmware/export/thread.h
+++ b/firmware/export/thread.h
@@ -342,7 +342,7 @@ struct core_entry
342#endif 342#endif
343 343
344/* Macros generate better code than an inline function is this case */ 344/* Macros generate better code than an inline function is this case */
345#if (defined (CPU_PP) || defined (CPU_ARM)) 345#if defined (CPU_ARM)
346/* atomic */ 346/* atomic */
347#if CONFIG_CORELOCK == SW_CORELOCK 347#if CONFIG_CORELOCK == SW_CORELOCK
348#define test_and_set(a, v, cl) \ 348#define test_and_set(a, v, cl) \