diff options
Diffstat (limited to 'tests/extmod/machine_signal.py')
| -rw-r--r-- | tests/extmod/machine_signal.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/extmod/machine_signal.py b/tests/extmod/machine_signal.py index 53f4f5890..c45309840 100644 --- a/tests/extmod/machine_signal.py +++ b/tests/extmod/machine_signal.py @@ -11,6 +11,7 @@ except AttributeError: print("SKIP") raise SystemExit + class Pin(machine.PinBase): def __init__(self): self.v = 0 |
