summaryrefslogtreecommitdiff
path: root/tinyusb/class/cdc/cdc_host.c
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/class/cdc/cdc_host.c')
-rw-r--r--tinyusb/class/cdc/cdc_host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/cdc/cdc_host.c b/tinyusb/class/cdc/cdc_host.c
index fc1f8fba0..2d39d4155 100644
--- a/tinyusb/class/cdc/cdc_host.c
+++ b/tinyusb/class/cdc/cdc_host.c
@@ -45,7 +45,7 @@
//--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+
-#include "common/common.h"
+#include "common/tusb_common.h"
#include "cdc_host.h"
//--------------------------------------------------------------------+