diff options
author | 2014-02-23 14:57:24 +0000 | |
---|---|---|
committer | 2014-02-23 14:57:24 +0000 | |
commit | aa0b321b0516aaf57465bd1a5ba611524eb7f36f (patch) | |
tree | 0ceb323be240ed6c20c7f904ed468a7396df37b1 /nl_examples/ne555_astable.c | |
parent | 4a4501a474459f375b8930a442e43730f13b1d60 (diff) |
Fixed netlist examples.
Diffstat (limited to 'nl_examples/ne555_astable.c')
-rw-r--r-- | nl_examples/ne555_astable.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nl_examples/ne555_astable.c b/nl_examples/ne555_astable.c index 4b511bed219..0ab323d3c2d 100644 --- a/nl_examples/ne555_astable.c +++ b/nl_examples/ne555_astable.c @@ -14,8 +14,7 @@ NETLIST_START(ne555_astable) /* Standard stuff */ - SOLVER(Solver) - PARAM(Solver.FREQ, 48000) + SOLVER(Solver, 48000) ANALOG_INPUT(V5, 5) // 5V |