Fixed interface example bitrate init

This commit is contained in:
Mark Qvist 2024-11-22 14:31:06 +01:00
parent 44782c3429
commit 434ebd2954

View File

@ -117,7 +117,7 @@ class ExampleInterface(Interface):
# 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.