summaryrefslogtreecommitdiff
path: root/tinyusb/class/cdc/cdc_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/class/cdc/cdc_device.h')
-rw-r--r--tinyusb/class/cdc/cdc_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/cdc/cdc_device.h b/tinyusb/class/cdc/cdc_device.h
index a55655838..4ae9be7c1 100644
--- a/tinyusb/class/cdc/cdc_device.h
+++ b/tinyusb/class/cdc/cdc_device.h
@@ -39,7 +39,7 @@
#ifndef _TUSB_CDC_DEVICE_H_
#define _TUSB_CDC_DEVICE_H_
-#include "common/common.h"
+#include "common/tusb_common.h"
#include "device/usbd.h"
#include "cdc.h"