summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2019-11-23 13:31:53 +0100
committer MooglyGuy <therealmogminer@gmail.com>2019-11-23 13:31:53 +0100
commit881040610ebdffd6c19793b722951270a046e0f3 (patch)
tree6f32abf76d8303fdf3191f4b8eac2757bab2c285
parent2aa304ebc71858bb6a09fd64c86e05de374294d1 (diff)
-netlist: Fix typo, nw
-rw-r--r--src/lib/netlist/devices/nld_7492.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/devices/nld_7492.h b/src/lib/netlist/devices/nld_7492.h
index 11b29c10647..9595a7d89b0 100644
--- a/src/lib/netlist/devices/nld_7492.h
+++ b/src/lib/netlist/devices/nld_7492.h
@@ -56,7 +56,7 @@
#include "netlist/nl_setup.h"
#define TTL_7492(name, cA, cB, cR1, cR2) \
- NET_REGISTER_DEV(TTL_7490, name) \
+ NET_REGISTER_DEV(TTL_7492, name) \
NET_CONNECT(name, GND, GND) \
NET_CONNECT(name, VCC, VCC) \
NET_CONNECT(name, A, cA) \