Просмотр исходного кода

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.
Jerzy Kasenberg 4 лет назад
Родитель
Сommit
2c7bb540b4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/portable/dialog/da146xx/dcd_da146xx.c

+ 1 - 1
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"