diff options
| author | hathach <[email protected]> | 2022-04-29 23:03:52 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-04-29 23:03:52 +0700 |
| commit | c289438b75af9b256a954c6a9293a21825c53e04 (patch) | |
| tree | c617e41b69be6cb4d8232b0e8676f35626b1dcd2 /examples/host | |
| parent | 0b30a10ab3c2f1fdcf4fae8f530c80bf5cffaf96 (diff) | |
fix ci build
Diffstat (limited to 'examples/host')
| -rw-r--r-- | examples/host/hid_to_cdc/src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/host/hid_to_cdc/src/main.c b/examples/host/hid_to_cdc/src/main.c index f0e78887b..cc811cd71 100644 --- a/examples/host/hid_to_cdc/src/main.c +++ b/examples/host/hid_to_cdc/src/main.c @@ -237,8 +237,6 @@ static void process_kbd_report(hid_keyboard_report_t const *report) // send mouse report to usb device CDC static void process_mouse_report(hid_mouse_report_t const * report) { - static hid_mouse_report_t prev_report = { 0 }; - char tempbuf[32]; int count; |
