diff options
Diffstat (limited to 'nl_examples/bjt_eb.c')
-rw-r--r-- | nl_examples/bjt_eb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nl_examples/bjt_eb.c b/nl_examples/bjt_eb.c index cff1783edf3..93a70f9d614 100644 --- a/nl_examples/bjt_eb.c +++ b/nl_examples/bjt_eb.c @@ -19,7 +19,7 @@ NETLIST_START(bjt) /* NPN - example */ - NETDEV_QNPN_EB(Q, BC237B) + NETDEV_QBJT_EB(Q, "BC237B") NETDEV_R(RB, 1000) NETDEV_R(RC, 1000) @@ -30,7 +30,7 @@ NETLIST_START(bjt) NET_C(RB.2, Q.B) NET_C(Q.E, GND) - NETDEV_LOG(logB, Q.B) - NETDEV_LOG(logC, Q.C) + //NETDEV_LOG(logB, Q.B) + //NETDEV_LOG(logC, Q.C) NETLIST_END() |