summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-05-13 17:33:29 -0700
committerJulian Blake Kongslie2022-05-13 17:33:29 -0700
commiteacf968d4167d6825678d917d9933e2608058efe (patch)
tree405f7d2e67fbe397b268c0ff523c07465ec204a9
parentRemove some newlines in the kicad netlist output (diff)
downloadlace-eacf968d4167d6825678d917d9933e2608058efe.tar.xz
Change the logical sides of a switch to actually work
Diffstat (limited to '')
-rwxr-xr-xtest.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.rb b/test.rb
index 9bb54a1..6b90423 100755
--- a/test.rb
+++ b/test.rb
@@ -35,7 +35,7 @@ def btn(color="black")
35 sw = comp("SW", "BTN", "SPST button", color) 35 sw = comp("SW", "BTN", "SPST button", color)
36 sw[1] - sw[4] 36 sw[1] - sw[4]
37 sw[2] - sw[3] 37 sw[2] - sw[3]
38 pair(sw[1], sw[4]) 38 pair(sw[1], sw[3])
39end 39end
40 40
41nl = Lace::Netlist.new do 41nl = Lace::Netlist.new do