boards: nxp: fix spelling of "configuration"

s/condfiguration/configuration/

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2025-02-17 18:34:15 +01:00 committed by Benjamin Cabé
commit 5b66012b36
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
#include "usb_phy.h"
#include "usb.h"
/* USB PHY condfiguration */
/* USB PHY configuration */
#define BOARD_USB_PHY_D_CAL 0x04U
#define BOARD_USB_PHY_TXCAL45DP 0x07U
#define BOARD_USB_PHY_TXCAL45DM 0x07U

View file

@ -12,7 +12,7 @@
#include "usb_phy.h"
#include "usb.h"
/* USB PHY condfiguration */
/* USB PHY configuration */
#define BOARD_USB_PHY_D_CAL (0x04U)
#define BOARD_USB_PHY_TXCAL45DP (0x07U)
#define BOARD_USB_PHY_TXCAL45DM (0x07U)