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 1c7f5d0 commit 14d86beCopy full SHA for 14d86be
mcux/scripts/pinctrl/gen_soc_headers.py
@@ -117,8 +117,8 @@ def main():
117
118
data_version = get_pack_version(temp_dir.name)
119
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, "
+ if round(data_version) != 16:
+ print("Warning: This tool is only verified for data pack version 16, "
122
"other versions may not work")
123
124
# Attempt to locate the signal XML files we will generate from
0 commit comments