summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/machine_signal.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/extmod/machine_signal.py')
-rw-r--r--tests/extmod/machine_signal.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/extmod/machine_signal.py b/tests/extmod/machine_signal.py
index dcc0de1a5d..1ffdb56436 100644
--- a/tests/extmod/machine_signal.py
+++ b/tests/extmod/machine_signal.py
@@ -11,6 +11,7 @@ except:
print("SKIP")
raise SystemExit
+
class Pin(machine.PinBase):
def __init__(self):
self.v = 0