Skip to content

Commit

Permalink
Fixed interface example bitrate init
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Nov 22, 2024
1 parent 44782c3 commit 434ebd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/ExampleInterface.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def __init__(self, owner, configuration):

# In this case, we can also set the indicated bit-
# rate of the interface to the serial port speed.
self.bitrate = self.speed
self.bitrate = speed

# Configure internal properties on the interface
# according to the supplied configuration.
Expand Down

0 comments on commit 434ebd2

Please sign in to comment.