Skip to content

Commit

Permalink
bug fixes for rogue v6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jan 8, 2024
1 parent e4f1e7f commit f337c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firmware/python/cameralink_gateway/_ClinkDevRoot.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(self,

# Add ZMQ server
if zmqSrvEn:
self.zmqServer = pyrogue.interfaces.ZmqServer(root=self, addr='*', port=0)
self.zmqServer = pr.interfaces.ZmqServer(root=self, addr='*', port=0)
self.addInterface(self.zmqServer)

# Check for simulation
Expand Down
2 changes: 1 addition & 1 deletion firmware/submodules/clink-gateway-fw-lib

0 comments on commit f337c57

Please sign in to comment.