Added guards to allow user redefinition of RADIOLIB_STATIC_ARRAY_SIZE
This commit is contained in:
parent
3682c6c921
commit
56dd0ab41d
1 changed files with 2 additions and 0 deletions
|
@ -252,7 +252,9 @@
|
|||
//#define RADIOLIB_STATIC_ONLY
|
||||
|
||||
// set the size of static arrays to use
|
||||
#if !defined(RADIOLIB_STATIC_ARRAY_SIZE)
|
||||
#define RADIOLIB_STATIC_ARRAY_SIZE 256
|
||||
#endif
|
||||
|
||||
/*!
|
||||
\brief A simple assert macro, will return on error.
|
||||
|
|
Loading…
Add table
Reference in a new issue