blob: 36edf813c4107ad1550f790eef5fbd0c1a075752 [file] [log] [blame]
add_executable(hardware_sync_spin_lock_test hardware_sync_spin_lock_test.c)
target_link_libraries(hardware_sync_spin_lock_test PRIVATE pico_test hardware_sync pico_multicore)
pico_add_extra_outputs(hardware_sync_spin_lock_test)
target_compile_definitions(hardware_sync_spin_lock_test PRIVATE
PICO_STDOUT_MUTEX=0
)