Empty main to allow compilation
This commit is contained in:
parent
4f436c9f15
commit
294494ace3
1 changed files with 3 additions and 0 deletions
3
fir2.c
3
fir2.c
|
|
@ -67,3 +67,6 @@ float FIRFilter_update(FIRFilter *fir, float inp) {
|
|||
|
||||
return out;
|
||||
}
|
||||
|
||||
int main(void) {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue