summaryrefslogtreecommitdiff
path: root/tests/extmod_hardware/machine_pwm.py
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2025-02-25 10:43:01 +0100
committerDamien George <damien@micropython.org>2025-02-25 23:34:53 +1100
commit8ce7a58be21eb77532b109594abcc4e47aa8d887 (patch)
tree8c56438d448cf51d0940db3385b5860f63e9d04f /tests/extmod_hardware/machine_pwm.py
parentdc2fcfcc5511a371ff684f7d7772e7a7b479246d (diff)
tests: Four typos in tests directory.
Found by codespell. Signed-off-by: Christian Clauss <cclauss@me.com>
Diffstat (limited to 'tests/extmod_hardware/machine_pwm.py')
-rw-r--r--tests/extmod_hardware/machine_pwm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/extmod_hardware/machine_pwm.py b/tests/extmod_hardware/machine_pwm.py
index 014030be5..e27da3254 100644
--- a/tests/extmod_hardware/machine_pwm.py
+++ b/tests/extmod_hardware/machine_pwm.py
@@ -1,4 +1,4 @@
-# Test machine.PWM, frequncy and duty cycle (using machine.time_pulse_us).
+# Test machine.PWM, frequency and duty cycle (using machine.time_pulse_us).
#
# IMPORTANT: This test requires hardware connections: the PWM-output and pulse-input
# pins must be wired together (see the variable `pwm_pulse_pins`).