Skip to content

Commit

Permalink
Drop references to I2C CI_BUILD_ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Oct 27, 2021
1 parent 98e2a18 commit 81e8de8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions src/Module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ void Module::init(uint8_t interface) {
#endif
}
break;
case RADIOLIB_USE_I2C:
break;
}
}

Expand Down
5 changes: 0 additions & 5 deletions src/TypeDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@
*/
#define RADIOLIB_USE_UART 0x01

/*!
\brief Use I2C interface.
*/
#define RADIOLIB_USE_I2C 0x02

/*!
\}
*/
Expand Down

0 comments on commit 81e8de8

Please sign in to comment.