Added guards to allow user redefinition of RADIOLIB_STATIC_ARRAY_SIZE

This commit is contained in:
jgromes 2020-05-19 21:11:12 +02:00
parent 3682c6c921
commit 56dd0ab41d

View file

@ -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.