Merge pull request #1013 from kasjer/kasjer/da1469x-fix-register-file-dependency

dcd_da1469x: Use mcu.h instead of MCU specific header
This commit is contained in:
Ha Thach 2021-08-11 19:38:46 +07:00 committed by GitHub
commit 63f7dfeb8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"