From 81e8de832495198436f3b74e503dc5a3169282c9 Mon Sep 17 00:00:00 2001 From: jgromes Date: Thu, 28 Oct 2021 00:15:02 +0200 Subject: [PATCH] Drop references to I2C CI_BUILD_ALL --- src/Module.cpp | 2 -- src/TypeDef.h | 5 ----- 2 files changed, 7 deletions(-) diff --git a/src/Module.cpp b/src/Module.cpp index 121a17a2..3a57a8a2 100644 --- a/src/Module.cpp +++ b/src/Module.cpp @@ -124,8 +124,6 @@ void Module::init(uint8_t interface) { #endif } break; - case RADIOLIB_USE_I2C: - break; } } diff --git a/src/TypeDef.h b/src/TypeDef.h index 2d22051d..dfeb2883 100644 --- a/src/TypeDef.h +++ b/src/TypeDef.h @@ -19,11 +19,6 @@ */ #define RADIOLIB_USE_UART 0x01 -/*! - \brief Use I2C interface. -*/ -#define RADIOLIB_USE_I2C 0x02 - /*! \} */