From 61128fab55707f179f4ab2f8f7aab3ee589b41f6 Mon Sep 17 00:00:00 2001 From: David Crocker Date: Wed, 16 Feb 2022 20:35:31 +0000 Subject: [PATCH] Corrected a comment --- src/Core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core.h b/src/Core.h index 90567f77..15b5e29c 100644 --- a/src/Core.h +++ b/src/Core.h @@ -224,7 +224,7 @@ static inline uint32_t GetElapsedCycles(uint32_t startCycles) noexcept } /** - * @brief Delay or at least the specified number of microseconds + * @brief Delay for at least the specified number of microseconds * * @param How many microseconds to delay for */