summaryrefslogtreecommitdiff
path: root/ports/stm/common-hal/pulseio/PulseOut.c
diff options
context:
space:
mode:
authorLucian Copeland <hierophect@gmail.com>2020-07-22 14:11:00 -0400
committerLucian Copeland <hierophect@gmail.com>2020-07-22 14:22:05 -0400
commitc1f731d62e6d7bce385baec9ead3bafc46234805 (patch)
tree4952b913b22b87734a3527a75060375d80801c7b /ports/stm/common-hal/pulseio/PulseOut.c
parente232ec10ceb9c78df27cb4b5cee79079efd85d84 (diff)
Claim USB pins at startup to prevent overwrites
Diffstat (limited to 'ports/stm/common-hal/pulseio/PulseOut.c')
-rw-r--r--ports/stm/common-hal/pulseio/PulseOut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm/common-hal/pulseio/PulseOut.c b/ports/stm/common-hal/pulseio/PulseOut.c
index bf578bed2..bcc25d817 100644
--- a/ports/stm/common-hal/pulseio/PulseOut.c
+++ b/ports/stm/common-hal/pulseio/PulseOut.c
@@ -36,7 +36,7 @@
#include "supervisor/shared/translate.h"
#include STM32_HAL_H
-#include "common-hal/microcontroller/Pin.h"
+#include "shared-bindings/microcontroller/Pin.h"
#include "timers.h"
// A single timer is shared amongst all PulseOut objects under the assumption that