summaryrefslogtreecommitdiffstatshomepage
path: root/tests/pyb/timer_callback.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pyb/timer_callback.py')
-rw-r--r--tests/pyb/timer_callback.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pyb/timer_callback.py b/tests/pyb/timer_callback.py
index 51242fba4b..5f170ccde1 100644
--- a/tests/pyb/timer_callback.py
+++ b/tests/pyb/timer_callback.py
@@ -3,6 +3,7 @@
import pyb
from pyb import Timer
+
# callback function that disables the callback when called
def cb1(t):
print("cb1")