mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
Remved log2 definition to fix MSVC build
This commit is contained in:
parent
82084740f5
commit
f55f830a12
@ -27,13 +27,6 @@
|
||||
|
||||
#include "spectrumvis.h"
|
||||
|
||||
#ifndef LINUX
|
||||
inline double log2(double n)
|
||||
{
|
||||
return log(n) / log(2.0);
|
||||
}
|
||||
#endif
|
||||
|
||||
MESSAGE_CLASS_DEFINITION(SpectrumVis::MsgConfigureSpectrumVis, Message)
|
||||
MESSAGE_CLASS_DEFINITION(SpectrumVis::MsgConfigureScalingFactor, Message)
|
||||
MESSAGE_CLASS_DEFINITION(SpectrumVis::MsgConfigureWSpectrumOpenClose, Message)
|
||||
|
Loading…
Reference in New Issue
Block a user