Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Feb 3, 2025
1 parent c8f77c2 commit f9db4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/python/simple_10gbe_rudp_kcu105_example/_Root.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__( self,
ip = '192.168.2.10',
promProg = False, # Flag to disable all devices not related to PROM programming
enSwRx = True, # Flag to enable the software stream receiver
zmqSrvEn = False, # Flag to include the ZMQ server
zmqSrvEn = True, # Flag to include the ZMQ server
xvcSrvEn = True, # Flag to include the XVC server
**kwargs):
super().__init__(**kwargs)
Expand Down

0 comments on commit f9db4f4

Please sign in to comment.