From 920a44530533fcba4d549703887a7653ca18482a Mon Sep 17 00:00:00 2001 From: Michael Boyko Date: Fri, 10 Mar 2023 10:23:32 -0600 Subject: [PATCH] Fix incorrect time units. --- els-f280049c/SanityCheck.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/els-f280049c/SanityCheck.h b/els-f280049c/SanityCheck.h index d4e56c7..2b82522 100644 --- a/els-f280049c/SanityCheck.h +++ b/els-f280049c/SanityCheck.h @@ -29,7 +29,7 @@ // Sanity checks to check for common configuration errors #if STEPPER_CYCLE_US < 5 || STEPPER_CYCLE_US > 100 -#error STEPPER_CYCLE_US must be between 5ms and 100ms +#error STEPPER_CYCLE_US must be between 5us and 100us #endif #if UI_REFRESH_RATE_HZ < 3 || UI_REFRESH_RATE_HZ > 100