mirror of
https://github.com/hathach/tinyusb.git
synced 2025-03-25 10:43:44 +00:00
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:
parent
a5b464c5ca
commit
2c7bb540b4
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user