Skip to content

Commit

Permalink
mcux: scripts: pinctrl: update used data_version from 14 to 16
Browse files Browse the repository at this point in the history
update used data_version from 14 to 16

Signed-off-by: Lucien Zhao <[email protected]>
  • Loading branch information
lucien-nxp committed Nov 11, 2024
1 parent 48af8cf commit dfb900e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcux/scripts/pinctrl/gen_soc_headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ def main():

data_version = get_pack_version(temp_dir.name)
print(f"Found data pack version {data_version}")
if round(data_version) != 14:
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, "
"other versions may not work")

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

0 comments on commit dfb900e

Please sign in to comment.