Update user.h

This commit is contained in:
ploopyco 2023-02-08 06:22:49 -05:00 committed by GitHub
parent 4783722e46
commit 2ba4966fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
#include "bqf.h"
// todo fix this. people will forget this.
#define FILTER_STAGES 6 // Don't forget to set this to the right size!
#define FILTER_STAGES 5 // Don't forget to set this to the right size!
extern bqf_coeff_t bqf_filters_left[FILTER_STAGES];
extern bqf_coeff_t bqf_filters_right[FILTER_STAGES];
@ -30,4 +30,4 @@ extern bqf_mem_t bqf_filters_mem_right[FILTER_STAGES];
void define_filters(void);
#endif
#endif