From 88650bc4d04e8fd7da7760aca1530a4f5eec10d7 Mon Sep 17 00:00:00 2001 From: DavePutz Date: Mon, 8 Mar 2021 22:48:57 -0600 Subject: [PATCH] Removed leftover debug code --- ports/raspberrypi/common-hal/pulseio/PulseIn.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/raspberrypi/common-hal/pulseio/PulseIn.c b/ports/raspberrypi/common-hal/pulseio/PulseIn.c index 7053b55248..79d8e7ee5b 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)