summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-07-02 16:41:13 +0700
committerhathach <[email protected]>2013-07-02 16:41:13 +0700
commit6ce90e2bd8d1599df22af8dc670d4187a1ec6dc5 (patch)
tree65d8a8eb72322d5b09e35aa42ea5f05e4d2a5663 /tests
parent51f894b0bf31fd046cca6251679b188bed3e3024 (diff)
add tusbh_cdc_send, t usbh_cdc_receive
add cdc_serial_app for virtual com demo
Diffstat (limited to 'tests')
-rw-r--r--tests/lpc18xx_43xx/test/host/cdc/descriptor_cdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lpc18xx_43xx/test/host/cdc/descriptor_cdc.h b/tests/lpc18xx_43xx/test/host/cdc/descriptor_cdc.h
index 685e629ce..b21d64acc 100644
--- a/tests/lpc18xx_43xx/test/host/cdc/descriptor_cdc.h
+++ b/tests/lpc18xx_43xx/test/host/cdc/descriptor_cdc.h
@@ -46,7 +46,7 @@
#ifndef _TUSB_DESCRIPTOR_CDC_H_
#define _TUSB_DESCRIPTOR_CDC_H_
-#include "tusb.h"
+#include "common/common.h"
#include "class/cdc.h"
#ifdef __cplusplus