Skip to content

Commit

Permalink
Merge pull request #314 from adrimbarean/cn0549_codespell_fix
Browse files Browse the repository at this point in the history
examples:cn0549: fix codespell complaint
  • Loading branch information
tfcollins authored Mar 14, 2022
2 parents 6a983da + a5323a0 commit a3c2c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cn0549/collect_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

xl = adi.cn0532(uri)
xl.rx_buffer_size = samples_per_capture
xl.calibrate() # Calibrating is not necessary everytime
xl.calibrate() # Calibrating is not necessary every time

for i in range(captures):
data = xl.rx()
Expand Down

0 comments on commit a3c2c35

Please sign in to comment.