Skip to content

Commit becaf3b

Browse files
TimJTixiaoxiang781216
authored andcommitted
Correct SAMA5_USBA_DRP to be SAMA5_USB_DRP
1 parent b336585 commit becaf3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm/src/sama5/sam_ehci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
* for this port would be a BAD idea
117117
*/
118118

119-
#if defined(CONFIG_SAMA5_UDPHS) && !defined(CONFIG_SAMA5_USBA_DRP)
119+
#if defined(CONFIG_SAMA5_UDPHS) && !defined(CONFIG_SAMA5_USB_DRP)
120120
# undef CONFIG_SAMA5_UHPHS_RHPORT1
121121
#endif
122122

arch/arm/src/sama5/sam_ohci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
* for this port would be a BAD idea
131131
*/
132132

133-
#if defined(CONFIG_SAMA5_UDPHS) && !defined(CONFIG_SAMA5_USBA_DRP)
133+
#if defined(CONFIG_SAMA5_UDPHS) && !defined(CONFIG_SAMA5_USB_DRP)
134134
# undef CONFIG_SAMA5_UHPHS_RHPORT1
135135
#endif
136136

0 commit comments

Comments
 (0)