Skip to content

Commit

Permalink
examples:cn0549: fix codespell complaint
Browse files Browse the repository at this point in the history
Comment typo fix. No functoinal changes.

Signed-off-by: Andrei Drimbarean <[email protected]>
  • Loading branch information
adrimbarean committed Mar 14, 2022
1 parent fc023d5 commit a5323a0
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 a5323a0

Please sign in to comment.