Skip to content

Commit b2b5341

Browse files
authored
Merge branch 'develop' into feature/asctimestamp
2 parents e566caa + 0027384 commit b2b5341

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

can/bus.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
368368
def state(self):
369369
"""
370370
Return the current state of the hardware
371+
371372
:return: ACTIVE, PASSIVE or ERROR
372373
:rtype: NamedTuple
373374
"""
@@ -377,6 +378,7 @@ def state(self):
377378
def state(self, new_state):
378379
"""
379380
Set the new state of the hardware
381+
380382
:param new_state: BusState.ACTIVE, BusState.PASSIVE or BusState.ERROR
381383
"""
382384
raise NotImplementedError("Property is not implemented.")

0 commit comments

Comments
 (0)