Marked dac_iir() as inline.
This commit is contained in:
parent
17ea1ace1c
commit
ebf7faaae7
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@ static inline float dss_iir(float NewSample) {
|
|||
#undef NCoef
|
||||
#define NCoef 1
|
||||
/*Basic high pass to remove DC bias. fc=10Hz*/
|
||||
static float dac_iir(int i, float NewSample) {
|
||||
static inline float dac_iir(int i, float NewSample) {
|
||||
float ACoef[NCoef+1] = {
|
||||
0.99901119820285345000,
|
||||
-0.99901119820285345000
|
||||
|
|
|
|||
Loading…
Reference in a new issue