Fixed interface example bitrate init

pull/625/head
Mark Qvist 2024-11-22 14:31:06 +01:00
rodzic 44782c3429
commit 434ebd2954
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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.