mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-03-31 12:25:40 +02: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) {
|
||||
_alpha = alpha:
|
||||
_alpha = alpha;
|
||||
_beta = beta;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user