Skip to content

Commit

Permalink
Force CI build CI_BUILD_ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Jan 2, 2021
1 parent 2f68d38 commit 6061145
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BuildOpt.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6061145

Please sign in to comment.