summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJerzy Kasenberg <[email protected]>2021-08-10 20:26:51 +0200
committerJerzy Kasenberg <[email protected]>2021-08-10 20:26:51 +0200
commit2c7bb540b41d3609d25cda44add46f5b685cdf7a (patch)
tree8ff0af0ca896882f56963cfba4f2d2d1fa01847c /src
parenta5b464c5cad840c8dcdb87c96a20e52991b828f5 (diff)
dcd_da1469x: Use mcu.h instead of MCU specific header
dcd_da1469x can work with broader range of MCUs that share same USB core. Specific header file that was used DA1469xAB.h now it is changed to mcu/mcu.h which includes actual MCU specific register file.
Diffstat (limited to 'src')
-rw-r--r--src/portable/dialog/da146xx/dcd_da146xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/dialog/da146xx/dcd_da146xx.c b/src/portable/dialog/da146xx/dcd_da146xx.c
index 59f728d08..d209b152d 100644
--- a/src/portable/dialog/da146xx/dcd_da146xx.c
+++ b/src/portable/dialog/da146xx/dcd_da146xx.c
@@ -28,7 +28,7 @@
#if TUSB_OPT_DEVICE_ENABLED && CFG_TUSB_MCU == OPT_MCU_DA1469X
-#include "DA1469xAB.h"
+#include "mcu/mcu.h"
#include "device/dcd.h"