We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 312ad78 commit 5b66012Copy full SHA for 5b66012
boards/nxp/frdm_mcxn236/board.c
@@ -12,7 +12,7 @@
12
#include "usb_phy.h"
13
#include "usb.h"
14
15
-/* USB PHY condfiguration */
+/* USB PHY configuration */
16
#define BOARD_USB_PHY_D_CAL 0x04U
17
#define BOARD_USB_PHY_TXCAL45DP 0x07U
18
#define BOARD_USB_PHY_TXCAL45DM 0x07U
boards/nxp/frdm_mcxn947/board.c
#define BOARD_USB_PHY_D_CAL (0x04U)
#define BOARD_USB_PHY_TXCAL45DP (0x07U)
#define BOARD_USB_PHY_TXCAL45DM (0x07U)
0 commit comments