summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/host/hid_to_cdc/src/main.c2
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;