From 9e49056721e7fbba2bdb5933c7eabf9548f4279f Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 31 May 2013 21:24:40 +0700 Subject: [PATCH] refractor change tusbd_hid_keyboard_send_report API --- demos/device/keyboard/.cproject | 66 ++++++++++++++++-------------- demos/device/keyboard/main.c | 7 +++- tests/test/device/usbd/test_usbd.c | 3 +- tinyusb/class/hid_device.c | 9 ++-- tinyusb/class/hid_device.h | 10 +---- tinyusb/device/usbd.c | 33 +++++++++++---- tinyusb/device/usbd.h | 1 + 7 files changed, 74 insertions(+), 55 deletions(-) diff --git a/demos/device/keyboard/.cproject b/demos/device/keyboard/.cproject index b97fad98c..e06b38e20 100644 --- a/demos/device/keyboard/.cproject +++ b/demos/device/keyboard/.cproject @@ -119,7 +119,7 @@ - - -