From 749b5791f1bae9eb0895478b58cedebaa5b7ac6c Mon Sep 17 00:00:00 2001 From: Larry Ruckman Date: Thu, 29 Feb 2024 21:12:34 -0800 Subject: [PATCH] flake8 fix --- python/surf/ethernet/udp/_UdpEngine.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/surf/ethernet/udp/_UdpEngine.py b/python/surf/ethernet/udp/_UdpEngine.py index cb8be76855..ed9ce6b777 100644 --- a/python/surf/ethernet/udp/_UdpEngine.py +++ b/python/surf/ethernet/udp/_UdpEngine.py @@ -151,7 +151,6 @@ def __init__( self.add(pr.RemoteVariable( name = 'SoftMacRaw', description = 'software configurable MAC used when softMac connected to localMac in firmware (big-Endian configuration)', - description = 'MacAddress (big-Endian configuration)', offset = 0xFE8, bitSize = 48, mode = 'RW',