File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 50
50
# define CHECK_MEMORY ()
51
51
#endif
52
52
53
- // Change USE_INLINE_VARS to 0 if inline variables are not supported
54
- #define USE_INLINE_VARS 1
55
- #if USE_INLINE_VARS && !defined(INGNORE_INLINE_VARS )
56
- # define INLINE_VAR inline
57
- #else
58
- # define INLINE_VAR
53
+ // Change USE_INLINE_VARS to 1 if inline variables are supported
54
+ #ifndef USE_INLINE_VARS
55
+ # define USE_INLINE_VARS 0
59
56
#endif
60
-
61
57
/**
62
58
* -------------------------------------------------------------------------
63
59
* @brief Common Default Settings that can usually be changed in the API
@@ -470,3 +466,8 @@ typedef uint32_t eps32_i2s_sample_rate_type;
470
466
#define USE_URL_ARDUINO
471
467
#endif
472
468
469
+ #if USE_INLINE_VARS && !defined(INGNORE_INLINE_VARS )
470
+ # define INLINE_VAR inline
471
+ #else
472
+ # define INLINE_VAR
473
+ #endif
You can’t perform that action at this time.
0 commit comments