summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-05-31 21:24:40 +0700
committerhathach <[email protected]>2013-05-31 21:24:40 +0700
commit9e49056721e7fbba2bdb5933c7eabf9548f4279f (patch)
treeeffefd26f21bd8d179aed469368c112df4b8127b /tests
parent03d85acfc7cb18a5469146f98c210a5747218cb3 (diff)
refractor change tusbd_hid_keyboard_send_report API
Diffstat (limited to 'tests')
-rw-r--r--tests/test/device/usbd/test_usbd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test/device/usbd/test_usbd.c b/tests/test/device/usbd/test_usbd.c
index 05c338199..e8f114b0a 100644
--- a/tests/test/device/usbd/test_usbd.c
+++ b/tests/test/device/usbd/test_usbd.c
@@ -43,8 +43,9 @@
#include "tusb_descriptors.h"
-#include "mock_dcd.h"
#include "usbd.h"
+#include "mock_dcd.h"
+//#include "mock_"
void setUp(void)
{