Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Mar 1, 2024
1 parent c6e547e commit 749b579
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/surf/ethernet/udp/_UdpEngine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 749b579

Please sign in to comment.