Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed Jul 11, 2024
1 parent b3bad0a commit 8ddaaf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/phazor/phazor.c
Original file line number Diff line number Diff line change
Expand Up @@ -2207,6 +2207,8 @@ void *main_loop(void *thread_id) {
if (pthread_create(&pw_thread, NULL, pipewire_main_loop_thread, NULL) != 0) {
fprintf(stderr, "Failed to create Pipewire main loop thread\n");
}
usleep(300000); // remove me maybe?
printf("CONTINUE\n");

#endif

Expand Down

0 comments on commit 8ddaaf2

Please sign in to comment.