Skip to content

Commit

Permalink
Merge pull request #2 from ohhorob/patch-1
Browse files Browse the repository at this point in the history
Typo for spi_enable
  • Loading branch information
jonathangjertsen authored Nov 7, 2021
2 parents 305ca74 + 61df780 commit 4d2a1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpiTransactionFramer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d2a1c3

Please # to comment.