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.
This commit is contained in:
Jerzy Kasenberg 2021-08-10 20:26:51 +02:00
parent a5b464c5ca
commit 2c7bb540b4
1 changed files with 1 additions and 1 deletions

View File

@ -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"