summaryrefslogtreecommitdiff
path: root/shared-bindings/countio/Counter.c
diff options
context:
space:
mode:
Diffstat (limited to 'shared-bindings/countio/Counter.c')
-rw-r--r--shared-bindings/countio/Counter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/countio/Counter.c b/shared-bindings/countio/Counter.c
index 8db795015..e40ec3b64 100644
--- a/shared-bindings/countio/Counter.c
+++ b/shared-bindings/countio/Counter.c
@@ -13,7 +13,7 @@
//| """Counter will keep track of the number of falling edge transistions (pulses) on a
//| given pin"""
//|
-//| def __init__(self, pin_a):
+//| def __init__(self, pin_a: microcontroller.Pin) -> None:
//| """Create a Counter object associated with the given pin. It tracks the number of
//| falling pulses relative when the object is constructed.
//|