From 59dc8a1d372d12a36079006ab4d3b6b69286fd88 Mon Sep 17 00:00:00 2001 From: diggit Date: Sat, 11 Nov 2017 10:35:26 +0100 Subject: [PATCH] fix sym-lib-table typos ang missing Logic_ prefixes --- template/sym-lib-table | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/template/sym-lib-table b/template/sym-lib-table index 18877497..0682a210 100644 --- a/template/sym-lib-table +++ b/template/sym-lib-table @@ -13,8 +13,8 @@ (lib (name LED)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/LED.lib)(options "")(descr "Legacy LED symbol library.")) (lib (name LEM)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/LEM.lib)(options "")(descr "Legacy LEM symbol library.")) (lib (name Lattice)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/Lattice.lib)(options "")(descr "Legacy Lattice symbol library.")) - (lib (name Logic_74xgxx)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/74xgxx.lib)(options "")(descr "Legacy 74xgxx symbol library.")) - (lib (name Logic_74xx)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/74xx.lib)(options "")(descr "Legacy 74xx symbol library.")) + (lib (name Logic_74xgxx)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/Logic_74xgxx.lib)(options "")(descr "Legacy 74xgxx symbol library.")) + (lib (name Logic_74xx)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/Logic_74xx.lib)(options "")(descr "Legacy 74xx symbol library.")) (lib (name Logic_CMOS_4000)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/Logic_CMOS_4000.lib)(options "")(descr "Legacy Logic_CMOS_4000 symbol library.")) (lib (name Logic_CMOS_IEEE)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/Logic_CMOS_IEEE.lib)(options "")(descr "Legacy Logic_CMOS_IEEE symbol library.")) (lib (name Logic_TTL_IEEE)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/Logic_TTL_IEEE.lib)(options "")(descr "Legacy Logic_TTL_IEEE symbol library.")) @@ -92,11 +92,11 @@ (lib (name sensors)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/sensors.lib)(options "")(descr "Legacy sensors symbol library.")) (lib (name silabs)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/silabs.lib)(options "")(descr "Legacy silabs symbol library.")) (lib (name siliconi)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/siliconi.lib)(options "")(descr "Legacy siliconi symbol library.")) - (lib (name supertex)(type Legacy)(uri ${KIsCAD_SYMBOL_DIR}/supertex.lib)(options "")(descr "Legacy supertex symbol library.")) + (lib (name supertex)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/supertex.lib)(options "")(descr "Legacy supertex symbol library.")) (lib (name texas)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/texas.lib)(options "")(descr "Legacy texas symbol library.")) (lib (name triac_thyristor)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/triac_thyristor.lib)(options "")(descr "Legacy triac_thyristor symbol library.")) (lib (name video)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/video.lib)(options "")(descr "Legacy video symbol library.")) (lib (name wiznet)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/wiznet.lib)(options "")(descr "Legacy wiznet symbol library.")) (lib (name xilinx)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/xilinx.lib)(options "")(descr "Legacy xilinx symbol library.")) (lib (name zetex)(type Legacy)(uri ${KICAD_SYMBOL_DIR}/zetex.lib)(options "")(descr "Legacy zetex symbol library.")) -) \ No newline at end of file +)