Skip to content

Commit 39b0ff3

Browse files
committed
ism330dl: Address Copilot review on reset naming PR.
1 parent deb4755 commit 39b0ff3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/ism330dl/ism330dl/device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def check_device(self):
8585
raise ISM330DLNotFound("ISM330DL not detected")
8686

8787
# --------------------------------------------------
88-
# Reset
88+
# Soft reset
8989
# --------------------------------------------------
9090

9191
def soft_reset(self):

tests/scenarios/ism330dl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ tests:
283283
expect_true: true
284284
mode: [mock]
285285

286-
# ----- Reset -----
286+
# ----- Soft reset -----
287287

288-
- name: "Reset sets BDU and IF_INC in CTRL3_C"
288+
- name: "Soft reset sets BDU and IF_INC in CTRL3_C"
289289
action: script
290290
script: |
291291
i2c.clear_write_log()

0 commit comments

Comments
 (0)