boards: nxp: fix spelling of "configuration"
s/condfiguration/configuration/ Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
parent
312ad783b4
commit
5b66012b36
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
#include "usb_phy.h"
|
#include "usb_phy.h"
|
||||||
#include "usb.h"
|
#include "usb.h"
|
||||||
|
|
||||||
/* USB PHY condfiguration */
|
/* USB PHY configuration */
|
||||||
#define BOARD_USB_PHY_D_CAL 0x04U
|
#define BOARD_USB_PHY_D_CAL 0x04U
|
||||||
#define BOARD_USB_PHY_TXCAL45DP 0x07U
|
#define BOARD_USB_PHY_TXCAL45DP 0x07U
|
||||||
#define BOARD_USB_PHY_TXCAL45DM 0x07U
|
#define BOARD_USB_PHY_TXCAL45DM 0x07U
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
#include "usb_phy.h"
|
#include "usb_phy.h"
|
||||||
#include "usb.h"
|
#include "usb.h"
|
||||||
|
|
||||||
/* USB PHY condfiguration */
|
/* USB PHY configuration */
|
||||||
#define BOARD_USB_PHY_D_CAL (0x04U)
|
#define BOARD_USB_PHY_D_CAL (0x04U)
|
||||||
#define BOARD_USB_PHY_TXCAL45DP (0x07U)
|
#define BOARD_USB_PHY_TXCAL45DP (0x07U)
|
||||||
#define BOARD_USB_PHY_TXCAL45DM (0x07U)
|
#define BOARD_USB_PHY_TXCAL45DM (0x07U)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue