Skip to content

Commit

Permalink
fix: Removes unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui committed Dec 21, 2024
1 parent a80a3ad commit 5b40a24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions src/cli/conio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ extern "C"
#endif
}

void SF_OSAL_flush_input(void)
{
read_tail_idx = read_head_idx;
}

int SF_OSAL_getch(void)
{
#if SF_PLATFORM == SF_PLATFORM_PARTICLE
Expand Down
6 changes: 0 additions & 6 deletions src/cli/conio.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ extern "C"
*/
void SF_OSAL_deinit_conio(void);

/**
* @brief Flushes any input buffer
*
*/
void SF_OSAL_flush_input(void);

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit 5b40a24

Please sign in to comment.