Drop references to I2C CI_BUILD_ALL
This commit is contained in:
parent
98e2a1847d
commit
81e8de8324
2 changed files with 0 additions and 7 deletions
|
@ -124,8 +124,6 @@ void Module::init(uint8_t interface) {
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case RADIOLIB_USE_I2C:
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -19,11 +19,6 @@
|
||||||
*/
|
*/
|
||||||
#define RADIOLIB_USE_UART 0x01
|
#define RADIOLIB_USE_UART 0x01
|
||||||
|
|
||||||
/*!
|
|
||||||
\brief Use I2C interface.
|
|
||||||
*/
|
|
||||||
#define RADIOLIB_USE_I2C 0x02
|
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\}
|
\}
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue