workaround bogaudio missing symbol

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2024-11-30 19:26:08 +01:00 committed by Filipe Coelho
parent 74667a36a0
commit a22b588472
3 changed files with 23 additions and 24 deletions

View file

@ -27,16 +27,6 @@ void refreshTheme();
#include "nanovg.h"
// fix bogaudio build, another missing symbol
#ifndef NDEBUG
namespace bogaudio {
struct FollowerBase {
static float efGainMaxDecibelsDebug;
};
float FollowerBase::efGainMaxDecibelsDebug = 12.0f;
}
#endif
// Special nvgRGB for blank panels
extern "C" {
NVGcolor nvgRGBblank(const unsigned char r, const unsigned char g, const unsigned char b)