summaryrefslogtreecommitdiff
path: root/shared-bindings/busio/OneWire.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/busio/OneWire.h')
-rw-r--r--shared-bindings/busio/OneWire.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/busio/OneWire.h b/shared-bindings/busio/OneWire.h
index df5cecb7c..4a358ddd5 100644
--- a/shared-bindings/busio/OneWire.h
+++ b/shared-bindings/busio/OneWire.h
@@ -27,7 +27,7 @@
#ifndef __MICROPY_INCLUDED_SHARED_BINDINGS_BUSIO_ONEWIRE_H__
#define __MICROPY_INCLUDED_SHARED_BINDINGS_BUSIO_ONEWIRE_H__
-#include "common-hal/microcontroller/types.h"
+#include "common-hal/microcontroller/Pin.h"
#include "common-hal/busio/OneWire.h"
extern const mp_obj_type_t busio_onewire_type;