summaryrefslogtreecommitdiff
path: root/shared-bindings
diff options
context:
space:
mode:
authorHierophect <hierophect@gmail.com>2019-11-15 13:09:59 -0500
committerHierophect <hierophect@gmail.com>2019-11-15 13:09:59 -0500
commitee1559b9210cc3595e01d2d054308d1749c0d8b2 (patch)
tree8b93ff3237272978a6675955babf914911a56d5d /shared-bindings
parent5f290d091e1889351dfeaec636beaaf63985c246 (diff)
parent81223c76bd0c9be22032c09f034dccd84c7c74f7 (diff)
Merge branch 'pin-commonhal-additions' into stm32-neopixel
Diffstat (limited to 'shared-bindings')
-rw-r--r--shared-bindings/microcontroller/Pin.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/shared-bindings/microcontroller/Pin.h b/shared-bindings/microcontroller/Pin.h
index 8762e4412..2d15dd5c5 100644
--- a/shared-bindings/microcontroller/Pin.h
+++ b/shared-bindings/microcontroller/Pin.h
@@ -30,10 +30,6 @@
#include "common-hal/microcontroller/Pin.h"
#include "py/obj.h"
-#ifdef MICROPY_HW_NEOPIXEL
-extern bool neopixel_in_use;
-#endif
-
// Type object used in Python. Should be shared between ports.
extern const mp_obj_type_t mcu_pin_type;