From 28cb69d069d39fd8072566aa64d3713395a8e38d Mon Sep 17 00:00:00 2001 From: dario Date: Fri, 5 Jul 2024 10:18:15 +0200 Subject: [PATCH] Updated doc string --- include/sta/drivers/MS56xx.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sta/drivers/MS56xx.hpp b/include/sta/drivers/MS56xx.hpp index 3452558..7207402 100644 --- a/include/sta/drivers/MS56xx.hpp +++ b/include/sta/drivers/MS56xx.hpp @@ -31,7 +31,7 @@ namespace sta class MS56xx { public: /** - * @brief Signature for delay msec function. + * @brief Signature for delay usec function. */ using DelayUsFunc = void (*)(uint32_t);