kopia lustrzana https://github.com/jgromes/RadioLib
rodzic
2f68d38f35
commit
6061145ae6
|
@ -393,7 +393,6 @@
|
||||||
*/
|
*/
|
||||||
#define RADIOLIB_CHECK_RANGE(VAR, MIN, MAX, ERR) { if(!(((VAR) >= (MIN)) && ((VAR) <= (MAX)))) { return(ERR); } }
|
#define RADIOLIB_CHECK_RANGE(VAR, MIN, MAX, ERR) { if(!(((VAR) >= (MIN)) && ((VAR) <= (MAX)))) { return(ERR); } }
|
||||||
|
|
||||||
|
|
||||||
// version definitions
|
// version definitions
|
||||||
#define RADIOLIB_VERSION_MAJOR (0x04)
|
#define RADIOLIB_VERSION_MAJOR (0x04)
|
||||||
#define RADIOLIB_VERSION_MINOR (0x01)
|
#define RADIOLIB_VERSION_MINOR (0x01)
|
||||||
|
|
Ładowanie…
Reference in New Issue