Skip to content

Commit

Permalink
missing statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed Oct 16, 2024
1 parent a0787df commit 669f920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/camera_transfer_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ fn maybe_make_test_audio_recording(
if !recording_state.is_recording()
&& recording_state.request_audio_recording_from_rp2040(dbus_conn)
{
// let _ = restart_rp2040_channel_tx.send(true);
let _ = restart_rp2040_channel_tx.send(true);
info!("Telling rp2040 to take test recording and restarting");
let mut inner_recording_state = recording_state.clone();
let _ = thread::spawn(move || {
Expand Down

0 comments on commit 669f920

Please sign in to comment.