Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chapman <[email protected]>
  • Loading branch information
richardkchapman committed Sep 6, 2023
1 parent b890cb7 commit 65a8331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/jlib/jmutex.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ extern jlib_decl void spinUntilReady(std::atomic_uint &value);
//#define SPINLOCK_USE_MUTEX // for testing
#define SPINLOCK_RR_CHECK // checks for realtime threads
#define _ASSERT_LOCK_SUPPORT
#define USE_INSTRUMENTED_CRITSECS
//#define USE_INSTRUMENTED_CRITSECS
#elif defined(_PROFILE)
#define USE_INSTRUMENTED_CRITSECS
#endif
Expand Down

0 comments on commit 65a8331

Please sign in to comment.