diff options
author | 2020-06-21 14:59:50 +1000 | |
---|---|---|
committer | 2020-06-21 14:59:50 +1000 | |
commit | 01661be41c37560a37f2b43c5ecee7a10a6a1680 (patch) | |
tree | c4358e0e280d408c6c8fda78d7b42badc3a6dd65 /src/lib/netlist/examples | |
parent | 8ef400ec670184e189763e75abd1519046d85bbf (diff) |
srcclean and cleanup (nw)
Diffstat (limited to 'src/lib/netlist/examples')
-rw-r--r-- | src/lib/netlist/examples/nld_74393_test.c | 4 |
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) |