From 6149a5d1d0d7f33c134d0f07e3c58da8cebe2cff Mon Sep 17 00:00:00 2001 From: Larry Ruckman Date: Thu, 4 Jan 2024 18:21:12 -0800 Subject: [PATCH] Update _ClinkDevRoot.py --- firmware/python/cameralink_gateway/_ClinkDevRoot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/python/cameralink_gateway/_ClinkDevRoot.py b/firmware/python/cameralink_gateway/_ClinkDevRoot.py index a4a91c9..70d8ad8 100644 --- a/firmware/python/cameralink_gateway/_ClinkDevRoot.py +++ b/firmware/python/cameralink_gateway/_ClinkDevRoot.py @@ -22,7 +22,7 @@ import surf.protocols.clink as cl import l2si_core as l2si -rogue.Version.minVersion('5.1.0') +rogue.Version.minVersion('6.1.1') # rogue.Version.exactVersion('5.1.0') class DummyBiDirStream(rogue.interfaces.stream.Master, rogue.interfaces.stream.Slave):