diff --git a/lib/rbcodec/dsp/compressor.c b/lib/rbcodec/dsp/compressor.c index 1816bfef9c..8441cd6457 100644 --- a/lib/rbcodec/dsp/compressor.c +++ b/lib/rbcodec/dsp/compressor.c @@ -42,7 +42,7 @@ static int32_t release_gain IBSS_ATTR; /* S7.24 format */ /** COMPRESSOR UPDATE * Called via the menu system to configure the compressor process */ -bool compressor_update(const struct compressor_settings *settings) +static bool compressor_update(const struct compressor_settings *settings) { /* make settings values useful */ int threshold = settings->threshold;