mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-12 19:27:11 +01:00
roses are red, violets are blue, missing ';' on line 32
This commit is contained in:
parent
ed3f87da29
commit
b9e269f9dc
@ -36,7 +36,7 @@ namespace dsp::loop {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void setCoefficients(T alpha, T beta) {
|
void setCoefficients(T alpha, T beta) {
|
||||||
_alpha = alpha:
|
_alpha = alpha;
|
||||||
_beta = beta;
|
_beta = beta;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user