Skip to content

Commit

Permalink
docs: changes to variable documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ihagad committed Nov 14, 2024
1 parent 5224484 commit ab4b2fc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
13 changes: 6 additions & 7 deletions src/cli/conio.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
/**
* Project smartfin-fw3
* @file conio.hpp
* Description: Particle serial input and output for command line use
* @author \@emilybthorpe
* @date Jul 20 2023
*/

* Project smartfin-fw3
* @file conio.hpp
* Description: Particle serial input and output for command line use
* @author Emily B. Thorpe <[email protected]>
* @date Jul 20 2023
*/

#include "conio.hpp"

Expand Down
3 changes: 2 additions & 1 deletion src/cli/conio.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ extern "C"
* @brief Gets user input lin
* @param buffer buffer to write too
* @param buflen length of buffer
* @return int value of user inputs in the buffer array excluding '\b'
* @return int value of user inputs in the buffer array until
* backspace clicked('\\b')
*/
int getline(char* buffer, int buflen);

Expand Down

0 comments on commit ab4b2fc

Please sign in to comment.