Skip to content

Commit

Permalink
CG-526: fix typo in param key
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Wickins committed Nov 29, 2023
1 parent 1264298 commit 4e5353c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylinkit/dte_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class DTEParamMap():
[ "SEA_TEMP_SENSOR_ENABLE", "STP01", BOOLEAN ],
[ "SEA_TEMP_SENSOR_PERIODIC", "STP02", UINT ],
[ "SEA_TEMP_SENSOR_VALUE", "STP03", FLOAT ],
[ "SEA_TEMP_SENSOR_ENABLE_TX_MODE", "STOP04", SENSORTXENABLEMODE ],
[ "SEA_TEMP_SENSOR_ENABLE_TX_MODE", "STP04", SENSORTXENABLEMODE ],
[ "SEA_TEMP_SENSOR_ENABLE_TX_MAX_SAMPLES", "STP05", UINT ],
[ "SEA_TEMP_SENSOR_ENABLE_TX_SAMPLE_PERIOD", "STP06", UINT ],
[ "ALS_SENSOR_ENABLE", "LTP01", BOOLEAN ],
Expand Down

0 comments on commit 4e5353c

Please sign in to comment.