Force CI build CI_BUILD_ALL

This commit is contained in:
jgromes 2021-01-02 17:46:45 +01:00
parent 2f68d38f35
commit 6061145ae6

View file

@ -393,7 +393,6 @@
*/
#define RADIOLIB_CHECK_RANGE(VAR, MIN, MAX, ERR) { if(!(((VAR) >= (MIN)) && ((VAR) <= (MAX)))) { return(ERR); } }
// version definitions
#define RADIOLIB_VERSION_MAJOR (0x04)
#define RADIOLIB_VERSION_MINOR (0x01)