diff options
author | 2020-06-21 17:34:44 +1000 | |
---|---|---|
committer | 2020-06-21 17:34:44 +1000 | |
commit | feda349b3eea19d4fd0010a74e2dd6ff30f26b16 (patch) | |
tree | 2ba4b13a2ca181515354170a12b81446ee53da21 /src/lib/netlist/examples/nld_74393_test.c | |
parent | 3c499849dd96f17d7944619248261480017ba0c3 (diff) | |
parent | 01661be41c37560a37f2b43c5ecee7a10a6a1680 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/lib/netlist/examples/nld_74393_test.c')
-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) |