Skip to content
Snippets Groups Projects
Commit 5c0c5a31 authored by Martin Teichmann's avatar Martin Teichmann
Browse files

add a Skip terminal to ignore

parent 1d17d439
No related branches found
No related tags found
No related merge requests found
...@@ -5,6 +5,11 @@ class Generic(EBPFTerminal): ...@@ -5,6 +5,11 @@ class Generic(EBPFTerminal):
pass pass
class Skip(EBPFTerminal):
async def initialize(self, relative, absolute):
pass
class EL4104(EBPFTerminal): class EL4104(EBPFTerminal):
ch1_value = PacketDesc((1, 0), 'H') ch1_value = PacketDesc((1, 0), 'H')
ch2_value = PacketDesc((1, 2), 'H') ch2_value = PacketDesc((1, 2), 'H')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment