Skip to content

Commit 14d86be

Browse files
lucien-nxpdleach02
authored andcommitted
mcux: scripts: pinctrl: update used data_version from 14 to 16
update used data_version from 14 to 16 Signed-off-by: Lucien Zhao <[email protected]>
1 parent 1c7f5d0 commit 14d86be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mcux/scripts/pinctrl/gen_soc_headers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ def main():
117117

118118
data_version = get_pack_version(temp_dir.name)
119119
print(f"Found data pack version {data_version}")
120-
if round(data_version) != 14:
121-
print("Warning: This tool is only verified for data pack version 14, "
120+
if round(data_version) != 16:
121+
print("Warning: This tool is only verified for data pack version 16, "
122122
"other versions may not work")
123123

124124
# Attempt to locate the signal XML files we will generate from

0 commit comments

Comments
 (0)