From 2c0455f4438f6cabb4a3d3176875792d886ad648 Mon Sep 17 00:00:00 2001 From: Stefan Foulis Date: Tue, 9 May 2023 07:49:15 +0200 Subject: [PATCH] Fix typo in code comment --- adafruit_ticks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_ticks.py b/adafruit_ticks.py index 79ecbfc..5585d2b 100644 --- a/adafruit_ticks.py +++ b/adafruit_ticks.py @@ -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