mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-10-30 00:18:10 +01: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