summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/examples/nld_74393_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/examples/nld_74393_test.c')
-rw-r--r--src/lib/netlist/examples/nld_74393_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/netlist/examples/nld_74393_test.c b/src/lib/netlist/examples/nld_74393_test.c
index d9d6a382ca4..771593ff797 100644
--- a/src/lib/netlist/examples/nld_74393_test.c
+++ b/src/lib/netlist/examples/nld_74393_test.c
@@ -13,8 +13,8 @@ NETLIST_START(perf)
ANALOG_INPUT(V5, 5)
- CLOCK(CLK, 100) // clock for driving the 74393
- CLOCK(CLK2, 3) // off-beat clock for master reset
+ CLOCK(CLK, 100) // clock for driving the 74393
+ CLOCK(CLK2, 3) // off-beat clock for master reset
TTL_74393_DIP(TESTCHIP)
NET_C(V5, CLK.VCC, CLK2.VCC, TESTCHIP.14)