refactor(usb/phy): Do not use deprecated variables in usb_phy

This commit is contained in:
Tomas Rezucha
2024-12-18 17:04:22 +01:00
committed by BOT
parent 47fd8aac23
commit 005ae0554a
7 changed files with 66 additions and 69 deletions

View File

@@ -12,7 +12,7 @@
/* -------------------------------- Private --------------------------------- */
static const usb_utmi_otg_signal_conn_t dwc_fs_otg_signals = {
static const usb_otg_signal_conn_t dwc_fs_otg_signals = {
// Inputs
.iddig = USB_OTG11_IDDIG_PAD_IN_IDX,
.avalid = USB_OTG11_AVALID_PAD_IN_IDX,