shajen / rtl-sdr-scanner-cpp

GNU General Public License v3.0
603 stars 61 forks source link

Compilation error fix & fix a few typos #77

Closed aqbifzl closed 10 months ago

aqbifzl commented 10 months ago

It couldn't be compiled because complex has float type while M_PIf32 has _Float32. Probably it's also solution for https://github.com/shajen/rtl-sdr-scanner-cpp/issues/75