Fixing build
This commit is contained in:
parent
b73286c188
commit
9a1bb5da91
|
@ -34,7 +34,6 @@ pub struct Settings {
|
||||||
impl Settings {
|
impl Settings {
|
||||||
pub fn new() -> Self {
|
pub fn new() -> Self {
|
||||||
Self {
|
Self {
|
||||||
test: 5,
|
|
||||||
iir: [[iir::IIR::default(); IIR_CASCADE_LENGTH]; 2],
|
iir: [[iir::IIR::default(); IIR_CASCADE_LENGTH]; 2],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue