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