From 5ce9f54ec1dcd8dcba0bc1b43ca8d907f3019325 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Sat, 22 Jun 2024 08:52:54 -0600 Subject: [PATCH] rename a `.mod` spice library. I've had issues with this extension --- bh.kicad_sym | 2 +- spice/ti/{LMH6611.mod => LMH6611.lib} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename spice/ti/{LMH6611.mod => LMH6611.lib} (100%) diff --git a/bh.kicad_sym b/bh.kicad_sym index 7b226ca..95adef2 100755 --- a/bh.kicad_sym +++ b/bh.kicad_sym @@ -53028,7 +53028,7 @@ (hide yes) ) ) - (property "Sim.Library" "common_libraries/spice/ti/LMH6611.mod" + (property "Sim.Library" "common_libraries/spice/ti/LMH6611.lib" (at 0 0 0) (effects (font diff --git a/spice/ti/LMH6611.mod b/spice/ti/LMH6611.lib similarity index 100% rename from spice/ti/LMH6611.mod rename to spice/ti/LMH6611.lib