Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Mar 2, 2024
1 parent 749b579 commit 8a52a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/surf/ethernet/udp/_UdpEngine.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def __init__(
self.add(pr.LinkVariable(
name = 'SoftMac',
description = 'MacAddress (human readable)',
mode = 'RO',
mode = 'RW',
linkedGet = udp.getMacValue,
linkedSet = udp.setMacValue,
dependencies = [self.variables['SoftMacRaw']],
Expand Down

0 comments on commit 8a52a4b

Please sign in to comment.