summaryrefslogtreecommitdiff
path: root/tinyusb/device/dcd_nxp_romdriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/device/dcd_nxp_romdriver.h')
-rw-r--r--tinyusb/device/dcd_nxp_romdriver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tinyusb/device/dcd_nxp_romdriver.h b/tinyusb/device/dcd_nxp_romdriver.h
index 840ff0f6f..fb3540d49 100644
--- a/tinyusb/device/dcd_nxp_romdriver.h
+++ b/tinyusb/device/dcd_nxp_romdriver.h
@@ -47,6 +47,7 @@
#define _TUSB_DCD_NXP_ROMDRIVER_H_
#include "common/common.h"
+#include "romdriver/mw_usbd_rom_api.h"
#ifdef __cplusplus
extern "C" {
@@ -62,6 +63,8 @@
#error forgot something, thach ?
#endif
+extern USBD_HANDLE_T romdriver_hdl;
+
#ifdef __cplusplus
}
#endif