Skip to content

Commit

Permalink
more MunichIoEthernetProtocol
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Dec 18, 2024
1 parent efa9d2e commit 439a482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(

@overrides(PushBotEthernetDevice.set_command_protocol)
def set_command_protocol(
self, command_protocol: MunichIoSpiNNakerLinkProtocol):
self, command_protocol: MunichIoEthernetProtocol):
self.__command_protocol = command_protocol

@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def __init__(

@overrides(PushBotEthernetDevice.set_command_protocol)
def set_command_protocol(
self, command_protocol: MunichIoSpiNNakerLinkProtocol):
self, command_protocol: MunichIoEthernetProtocol):
self.__command_protocol = command_protocol

@property
Expand Down

0 comments on commit 439a482

Please sign in to comment.