Skip to content

Commit 5965bdd

Browse files
committed
applet.internal.benchmark: remove the useless voltage argument.
1 parent e6a4840 commit 5965bdd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

software/glasgow/applet/internal/benchmark/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ class BenchmarkApplet(GlasgowAppletV2):
111111

112112
__all_modes = ["source", "sink", "loopback", "latency"]
113113

114+
@classmethod
115+
def add_build_arguments(cls, parser, access):
116+
pass
117+
114118
def build(self, args):
115119
with self.assembly.add_applet(self):
116120
component = self.assembly.add_submodule(BenchmarkComponent())

0 commit comments

Comments
 (0)