File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ const clock_sys_pll_config_t sysPllConfig = {
51
51
#endif
52
52
53
53
#if CONFIG_USB_DC_NXP_EHCI
54
- /* USB PHY condfiguration */
54
+ /* USB PHY configuration */
55
55
#define BOARD_USB_PHY_D_CAL (0x0CU)
56
56
#define BOARD_USB_PHY_TXCAL45DP (0x06U)
57
57
#define BOARD_USB_PHY_TXCAL45DM (0x06U)
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ const clock_frg_clk_config_t g_frg12Config_clock_init = {
72
72
.num = 12 , .sfg_clock_src = kCLOCK_FrgMainClk , .divider = 255U , .mult = 167 };
73
73
74
74
#if CONFIG_USB_DC_NXP_LPCIP3511
75
- /* USB PHY condfiguration */
75
+ /* USB PHY configuration */
76
76
#define BOARD_USB_PHY_D_CAL (0x0CU)
77
77
#define BOARD_USB_PHY_TXCAL45DP (0x06U)
78
78
#define BOARD_USB_PHY_TXCAL45DM (0x06U)
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ const clock_audio_pll_config_t g_audioPllConfig = {.audio_pll_src = kCLOCK_Audio
67
67
#endif
68
68
69
69
#if CONFIG_USB_DC_NXP_LPCIP3511 || CONFIG_UDC_NXP_IP3511
70
- /* USB PHY condfiguration */
70
+ /* USB PHY configuration */
71
71
#define BOARD_USB_PHY_D_CAL (0x0CU)
72
72
#define BOARD_USB_PHY_TXCAL45DP (0x06U)
73
73
#define BOARD_USB_PHY_TXCAL45DM (0x06U)
You can’t perform that action at this time.
0 commit comments