Skip to content

Commit

Permalink
keep proto_rev = 8
Browse files Browse the repository at this point in the history
Avoids incompatibility with current ARTIQ coredevice driver.
  • Loading branch information
pmldrmota committed Nov 18, 2021
1 parent 3e95510 commit e484aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urukul.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# increment this if the behavior (LEDs, registers, EEM pins) changes
__proto_rev__ = 9
__proto_rev__ = 8


class SR(Module):
Expand Down

0 comments on commit e484aac

Please sign in to comment.