From 0be60f6817ff387dd5f889f531e721e96faf3a33 Mon Sep 17 00:00:00 2001 From: Phil Schatzmann Date: Fri, 4 Nov 2022 06:02:40 +0100 Subject: [PATCH] INGNORE_INLINE_VARS --- src/AudioConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AudioConfig.h b/src/AudioConfig.h index 6e035c1aa..8d08ff91f 100644 --- a/src/AudioConfig.h +++ b/src/AudioConfig.h @@ -52,7 +52,7 @@ // Change USE_INLINE_VARS to 0 if inline variables are not supported #define USE_INLINE_VARS 1 -#if USE_INLINE_VARS +#if USE_INLINE_VARS && !defined(INGNORE_INLINE_VARS) # define INLINE_VAR inline #else # define INLINE_VAR