diff --git a/SpiTransactionFramer.py b/SpiTransactionFramer.py index 6a920be..ab5070b 100644 --- a/SpiTransactionFramer.py +++ b/SpiTransactionFramer.py @@ -18,7 +18,7 @@ def __init__(self): self.frames = [] # Whether SPI is currently enabled - self.spi_enabled = False + self.spi_enable = False # Start time of the transaction - equivalent to the start time of the "Enable" frame self.transaction_start_time = None