Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
slacrherbst committed Jul 12, 2023
1 parent d255eb3 commit 9aaa8cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/surf/devices/ti/_Adc32Rf45.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,9 @@ def __init__( self, verify=True, **kwargs):
verify = verify,
))

# ##########
# # ADC PAGE
# ##########
# ##########
# # ADC PAGE
# ##########
self.add(pr.RemoteVariable(
name = "SLOW_SP_EN1",
description = "0 = ADC sampling rates are faster than 2.5 GSPS, 1 = ADC sampling rates are slower than 2.5 GSPS",
Expand Down

0 comments on commit 9aaa8cb

Please sign in to comment.