Skip to content

Commit

Permalink
zephyr: mesh: mmdl: use correct api to set pixit
Browse files Browse the repository at this point in the history
Use correct api to set pixit value for mmdl.

Signed-off-by: alperen sener <[email protected]>
  • Loading branch information
m-alperen-sener authored and sjanc committed May 16, 2024
1 parent 4cb1d35 commit 46e4bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autopts/ptsprojects/zephyr/mmdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def set_pixits(ptses):
pts.set_pixit("MMDL", "TSPX_sensor_property_ids", "1,0069,0010,FFF0")
pts.set_pixit("MMDL", "TSPX_enable_IUT_provisioner", "FALSE")
pts.set_pixit("MMDL", "TSPX_cadence_property_IDs", "1,0069,0010,FFF0")
pts-set_pixits("MMDL", "TSPX_iut_comp_data_page", "1")
pts.set_pixit("MMDL", "TSPX_iut_comp_data_page", "1")


def test_cases(ptses):
Expand Down

0 comments on commit 46e4bd4

Please sign in to comment.