Skip to content

Commit

Permalink
Refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
haerfest committed Jan 25, 2025
1 parent 69df693 commit 1140c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wave2uef.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ def carrier():
chunks.append(Carrier())

def data():
data = []
mark()
start_bit()
data = []
while True:
data.append(byte(data_bit() for _ in range(8)))
stop_bit()
Expand Down

0 comments on commit 1140c4a

Please sign in to comment.