jgaeddert / liquid-usrp

Toy programs for SDR applications
http://liquidsdr.org
56 stars 26 forks source link

multichanneltx / multichannelrx firpfbch_crcf_clear(...) not found #3

Closed DaulPavid closed 9 years ago

DaulPavid commented 9 years ago

This error can be found in the multichanneltx/rx Reset() function, where I think firpfbch_crcf_clear should be firpfbch_crcf_destroy.

jgaeddert commented 9 years ago

It's actually firpfbch_crcf_reset() instead of firpfbch_crcf_clear(). Thanks for pointing this out!