Skip to content

Commit

Permalink
Minor comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shermp committed Aug 27, 2024
1 parent 0627667 commit 0e5244f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/asha_bt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,7 @@ extern "C" void bt_main()
diff = absolute_time_diff_us(start_time, curr_time);
} while (!ha_mgr.set_complete() && diff < timeout);

// Flush the first audio packet
/* Main audio streaming loop */
/* Do nothing. Audio streaming is scheduled using async_context */
while (1) {
sleep_ms(1000);
}
Expand Down

0 comments on commit 0e5244f

Please sign in to comment.