Update doc

This commit is contained in:
Henrik Stickann
2022-05-10 02:12:44 +02:00
parent e2854fceee
commit b73e03fddf
8 changed files with 120 additions and 17 deletions

View File

@@ -90,7 +90,7 @@ namespace sta
* @brief Print string.
*
* @param str String buffer
* @parma length String length
* @param length String length
*/
void print(const char * str, size_t length);
@@ -155,7 +155,7 @@ namespace sta
* @brief Print string followed by a new-line.
*
* @param str String buffer
* @parma length String length
* @param length String length
*/
void println(const char * str, size_t length);