summaryrefslogtreecommitdiff
path: root/shared-module/bitbangio
diff options
context:
space:
mode:
authorJerry Needell <jerryneedell@gmail.com>2018-05-13 22:32:32 -0400
committerJerry Needell <jerryneedell@gmail.com>2018-05-13 22:32:32 -0400
commitd9f1b1f5b786a1e11e41da10bddb404e0285987c (patch)
treedf55f3365daebae451fde7bc169b0338317bede4 /shared-module/bitbangio
parentaa9309704bb174c351034a866bb6b5b7073463db (diff)
remove #include py/nlr.h from I2C.c
Diffstat (limited to 'shared-module/bitbangio')
-rw-r--r--shared-module/bitbangio/I2C.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shared-module/bitbangio/I2C.c b/shared-module/bitbangio/I2C.c
index 8381f051a..7bf8292db 100644
--- a/shared-module/bitbangio/I2C.c
+++ b/shared-module/bitbangio/I2C.c
@@ -26,7 +26,6 @@
#include "shared-bindings/bitbangio/I2C.h"
#include "py/mperrno.h"
-#include "py/nlr.h"
#include "py/obj.h"
#include "py/runtime.h"