refactor(soc): Rename usb_otg_periph to usb_dwc_periph

- Renamed usb_otg_periph.h/c to usb_dwc_periph.h/c to match naming convention
of other DWC OTG related files
- Added compatibility header for usb_otg_periph.h
This commit is contained in:
Darian Leung
2024-01-16 16:43:42 +08:00
parent 93e2cbcc77
commit 3073673669
6 changed files with 56 additions and 44 deletions

View File

@@ -11,7 +11,7 @@
#include "esp_check.h"
#include "esp_private/periph_ctrl.h"
#include "esp_private/usb_phy.h"
#include "soc/usb_otg_periph.h"
#include "soc/usb_dwc_periph.h"
#include "hal/usb_fsls_phy_hal.h"
#include "hal/usb_fsls_phy_ll.h"
#include "esp_rom_gpio.h"