Skip to content

Commit

Permalink
updating PcieVersionLock = 0x03080000
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Mar 25, 2024
1 parent 7e8ec91 commit 500e2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/python/cameralink_gateway/_ClinkDevRoot.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(self,
self.FebVersionLock = 0x08020000

# Set the FEB firmware Version lock = https://github.com/slaclab/lcls2-pgp-pcie-apps/blob/master/firmware/targets/shared_config.mk
self.PcieVersionLock = 0x03070000
self.PcieVersionLock = 0x03080000

# Set local variables
self.laneConfig = laneConfig
Expand Down

0 comments on commit 500e2c9

Please sign in to comment.