Skip to content

Commit 8ddaaf2

Browse files
committed
Testing
1 parent b3bad0a commit 8ddaaf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/phazor/phazor.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2207,6 +2207,8 @@ void *main_loop(void *thread_id) {
22072207
if (pthread_create(&pw_thread, NULL, pipewire_main_loop_thread, NULL) != 0) {
22082208
fprintf(stderr, "Failed to create Pipewire main loop thread\n");
22092209
}
2210+
usleep(300000); // remove me maybe?
2211+
printf("CONTINUE\n");
22102212

22112213
#endif
22122214

0 commit comments

Comments
 (0)