Skip to content

Commit

Permalink
Default impl for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Leishman committed Nov 11, 2024
1 parent 58bcf9e commit 3cf7fd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/localisation/src/preprocessing/accelerometer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ impl Quartiles {
}
}

#[derive(Default)]
pub struct AccelerometerPreprocessor {
num_reliable_accelerometers: i32,
reliable_accelerometers: [bool; K_NUM_ACCELEROMETERS],
Expand Down

0 comments on commit 3cf7fd3

Please sign in to comment.