Drop references to I2C CI_BUILD_ALL

This commit is contained in:
jgromes 2021-10-28 00:15:02 +02:00
parent 98e2a1847d
commit 81e8de8324
2 changed files with 0 additions and 7 deletions

View file

@ -124,8 +124,6 @@ void Module::init(uint8_t interface) {
#endif #endif
} }
break; break;
case RADIOLIB_USE_I2C:
break;
} }
} }

View file

@ -19,11 +19,6 @@
*/ */
#define RADIOLIB_USE_UART 0x01 #define RADIOLIB_USE_UART 0x01
/*!
\brief Use I2C interface.
*/
#define RADIOLIB_USE_I2C 0x02
/*! /*!
\} \}
*/ */