summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <siehputz@gmail.com>2021-03-08 23:22:05 -0600
committerroot <siehputz@gmail.com>2021-03-08 23:22:05 -0600
commit95b7a59156f634fbe48cd7bb8e5bee0181e43446 (patch)
tree59bfef46b5d981fccb15d11006450ea563d2f241
parent3db0fec267902cddb4d88aaca55e7ae7f59dc9a8 (diff)
parent88650bc4d04e8fd7da7760aca1530a4f5eec10d7 (diff)
Merge branch 'issue_4111' of https://github.com/DavePutz/circuitpython into issue_4111
-rw-r--r--ports/raspberrypi/common-hal/pulseio/PulseIn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/raspberrypi/common-hal/pulseio/PulseIn.c b/ports/raspberrypi/common-hal/pulseio/PulseIn.c
index b9052f3c6..fb05876b9 100644
--- a/ports/raspberrypi/common-hal/pulseio/PulseIn.c
+++ b/ports/raspberrypi/common-hal/pulseio/PulseIn.c
@@ -1,4 +1,4 @@
-/*
+b/*
* This file is part of the MicroPython project, http://micropython.org/
*
* The MIT License (MIT)