Skip to content

Commit 65f7f74

Browse files
Flameeyesfabiobaltieri
authored andcommitted
usb_tcpc: fix typo.
"verion" should obviously have been "version". Signed-off-by: Diego Elio Pettenò <[email protected]>
1 parent a88808f commit 65f7f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/zephyr/drivers/usb_c/usbc_tcpc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ struct tcpc_chip_info {
106106
/** Device Id */
107107
uint16_t device_id;
108108
/** Firmware version number */
109-
uint64_t fw_verion_number;
109+
uint64_t fw_version_number;
110110

111111
union {
112112
/** Minimum Required firmware version string */

0 commit comments

Comments
 (0)