From 376e21f6ca331f25783b36d699b0a2608bb9ea15 Mon Sep 17 00:00:00 2001 From: Nathan Hui Date: Fri, 20 Dec 2024 13:46:23 -0800 Subject: [PATCH] fix: Fixes docs --- src/cli/conio.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/conio.hpp b/src/cli/conio.hpp index df920f2..2aed145 100644 --- a/src/cli/conio.hpp +++ b/src/cli/conio.hpp @@ -43,7 +43,7 @@ extern "C" int SF_OSAL_printf(const char* fmt, ...); /** - * @brief Gets user input lin + * @brief Gets user input line * @param buffer buffer to write too * @param buflen length of buffer * @return length of the user input line