Skip to content

Commit

Permalink
Merge pull request #10 from stefanfoulis/fix-typo-in-comment
Browse files Browse the repository at this point in the history
Fix typo in code comment
  • Loading branch information
jposada202020 committed May 9, 2023
2 parents 95fbb75 + 2c0455f commit ce0bef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_ticks.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# ability to measure 1ms intervals after about 1 hour, and losing the
# ability to meausre 128ms intervals after 6 days. The only solution is to
# either upgrade to a version with supervisor.ticks_ms, or to switch to a
# board with time.montonic_ns.
# board with time.monotonic_ns.

try:
from supervisor import ticks_ms # pylint: disable=unused-import
Expand Down

0 comments on commit ce0bef7

Please sign in to comment.