aboutsummaryrefslogtreecommitdiff
path: root/GateNand.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-06-16 09:34:19 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-06-16 09:34:19 +0200
commitbb9a753477870961d776143bd37fb28b8c09c4c9 (patch)
tree205aa00eedcc7f548ff90d665049862606bc0b06 /GateNand.cpp
parent3cf454ef959b36f90803fb63fcb2fe26b85335a0 (diff)
WIP debugging
Diffstat (limited to 'GateNand.cpp')
-rw-r--r--GateNand.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/GateNand.cpp b/GateNand.cpp
index 8ecb90f..5e43618 100644
--- a/GateNand.cpp
+++ b/GateNand.cpp
@@ -2,7 +2,7 @@
GateNand GateNand::instance(GateNand::type);
-// GateNand::GateNand(const char * type) : GateAnd(type) { }
+GateNand::GateNand(const char * type) : GateAnd(type) { }
SignalLevel GateNand::level() {
SignalLevel lvl = GateAnd::level();