diff options
Diffstat (limited to 'apps/codecs/adx.c')
-rw-r--r-- | apps/codecs/adx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/adx.c b/apps/codecs/adx.c index dd5bba16e7..2ef2091a66 100644 --- a/apps/codecs/adx.c +++ b/apps/codecs/adx.c @@ -40,7 +40,7 @@ CODEC_HEADER * Others can be set, but the default is nearly always used, * and there is no way to determine if another was used, anyway. */ -const long cutoff = 500; +static const long cutoff = 500; static int16_t samples[WAV_CHUNK_SIZE] IBSS_ATTR; |