diff options
author | 2020-07-26 12:56:13 +1000 | |
---|---|---|
committer | 2020-07-26 12:56:13 +1000 | |
commit | 60bd3086cc826664a46fc7e703a11e6518482e01 (patch) | |
tree | 8c4904cb6ddd01ffae996ab845a3ec446b74518b /src/lib/netlist/devices/nld_ne555.cpp | |
parent | fab7f87398ef533d59fd991718808180cd67019a (diff) |
srcclean for 0.223
Diffstat (limited to 'src/lib/netlist/devices/nld_ne555.cpp')
-rw-r--r-- | src/lib/netlist/devices/nld_ne555.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/netlist/devices/nld_ne555.cpp b/src/lib/netlist/devices/nld_ne555.cpp index 28027b9efb0..8df9a76cb1f 100644 --- a/src/lib/netlist/devices/nld_ne555.cpp +++ b/src/lib/netlist/devices/nld_ne555.cpp @@ -160,7 +160,7 @@ namespace netlist #endif m_overshoot = plib::clamp(m_overshoot(), nlconst::zero(), ovlimit); //if (this->name() == "IC6_2") - // printf("%f %s %f %f %f\n", exec().time().as_double(), this->name().c_str(), m_overshoot(), m_R2.P()(), m_THRES()); + // printf("%f %s %f %f %f\n", exec().time().as_double(), this->name().c_str(), m_overshoot(), m_R2.P()(), m_THRES()); m_RDIS.change_state([this]() { m_RDIS.set_R(nlconst::magic(R_ON)); |