Skip to content

Commit

Permalink
misc dual iir fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Nov 24, 2024
1 parent 9c91337 commit 04c04b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/bin/dual-iir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ pub struct DualIir {
telemetry_period: Leaf<f32>,

/// Target IP and port for UDP streaming.
///
///
/// Can be multicast.
///
/// # Value
Expand Down Expand Up @@ -468,7 +468,7 @@ mod app {
))
});

Systick::delay(((telemetry_period*1000.0) as u32).millis()).await;
Systick::delay(((telemetry_period * 1000.0) as u32).millis()).await;
}
}

Expand Down
4 changes: 1 addition & 3 deletions src/bin/lockin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,7 @@ mod app {
settings: stabilizer.settings,
};

let source = signal_generator::AsymmetricAccu {

};
let source = signal_generator::AsymmetricAccu {};
//::try_from_config(&signal_config).unwrap()
// let signal_config = signal_generator::Config {
// // Same frequency as batch size.
Expand Down

0 comments on commit 04c04b2

Please sign in to comment.