diff options
| author | gamblor21 <mark.komus@gmail.com> | 2021-01-05 16:29:37 -0600 |
|---|---|---|
| committer | gamblor21 <mark.komus@gmail.com> | 2021-01-16 14:21:57 -0600 |
| commit | b609bc012434e1a8753196b2d020a3d05faf7948 (patch) | |
| tree | 2f4126e1e55375059d2e3e6f5815be195f75cdc6 /shared-bindings | |
| parent | ea0e2f80b7612d7d3119355a455667b3c4beb6d7 (diff) | |
Removed unused include
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/adafruit_bus_device/I2CDevice.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-bindings/adafruit_bus_device/I2CDevice.c b/shared-bindings/adafruit_bus_device/I2CDevice.c index d3b6fbec4..f76cfb0e1 100644 --- a/shared-bindings/adafruit_bus_device/I2CDevice.c +++ b/shared-bindings/adafruit_bus_device/I2CDevice.c @@ -31,7 +31,6 @@ #include "shared-bindings/adafruit_bus_device/I2CDevice.h" #include "shared-bindings/util.h" #include "shared-module/adafruit_bus_device/I2CDevice.h" -#include "shared-bindings/busio/I2C.h" #include "lib/utils/buffer_helper.h" #include "lib/utils/context_manager_helpers.h" |
