summaryrefslogtreecommitdiff
path: root/examples/host/cdc_msc_hid/src/cdc_app.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-03-25 17:36:15 +0700
committerhathach <[email protected]>2025-03-25 17:36:15 +0700
commit99673cdbb81b76f7020cf6aacb182ea86fdee3da (patch)
tree20e2b549c55257e3570a3a981c06f1a1a871217c /examples/host/cdc_msc_hid/src/cdc_app.c
parent65e01fff2e7ab5302baa45bdd81a1d774e269452 (diff)
fix wanings
Diffstat (limited to 'examples/host/cdc_msc_hid/src/cdc_app.c')
-rw-r--r--examples/host/cdc_msc_hid/src/cdc_app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/cdc_msc_hid/src/cdc_app.c b/examples/host/cdc_msc_hid/src/cdc_app.c
index 4a13f8b27..e68ec383b 100644
--- a/examples/host/cdc_msc_hid/src/cdc_app.c
+++ b/examples/host/cdc_msc_hid/src/cdc_app.c
@@ -27,7 +27,7 @@
#include "tusb.h"
#include "bsp/board_api.h"
-size_t get_console_inputs(uint8_t* buf, size_t bufsize) {
+static size_t get_console_inputs(uint8_t* buf, size_t bufsize) {
size_t count = 0;
while (count < bufsize) {
int ch = board_getchar();