summaryrefslogtreecommitdiff
path: root/tinyusb/class/cdc/cdc_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/class/cdc/cdc_host.h')
-rw-r--r--tinyusb/class/cdc/cdc_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/cdc/cdc_host.h b/tinyusb/class/cdc/cdc_host.h
index ed04c903d..c4585cd8b 100644
--- a/tinyusb/class/cdc/cdc_host.h
+++ b/tinyusb/class/cdc/cdc_host.h
@@ -40,7 +40,7 @@
#ifndef _TUSB_CDC_HOST_H_
#define _TUSB_CDC_HOST_H_
-#include "common/common.h"
+#include "common/tusb_common.h"
#include "host/usbh.h"
#include "cdc.h"