Merge pull request #1820 from diggit/sym-table_fix

fix sym-lib-table typos ang missing Logic_ prefixes
This commit is contained in:
Oliver 2017-11-11 22:20:14 +11:00 committed by GitHub
commit cc7d1eaf16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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."))
)
)