Skip to content

Commit

Permalink
Merge pull request KiCad#238 from Ratfink/stm32-tfbga216
Browse files Browse the repository at this point in the history
Fix dimensions of TFBGA216
  • Loading branch information
evanshultz authored Apr 30, 2018
2 parents ce96cce + 9034e8d commit 9460010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schlib/autogen/stm32/stm32_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class Device:
"LQFP208": "Package_QFP:LQFP-208_28x28mm_P0.5mm",
"TFBGA64": "Package_BGA:TFBGA-64_5x5mm_Layout8x8_P0.5mm",
"TFBGA100": "Package_BGA:TFBGA-100_8x8mm_Layout10x10_P0.8mm",
"TFBGA216": "Package_BGA:TFBGA-216_16x16mm_Layout15x15_P0.8mm",
"TFBGA216": "Package_BGA:TFBGA-216_13x13mm_Layout15x15_P0.8mm",
"TFBGA240": "Package_BGA:TFBGA-265_14x14mm_Layout17x17_P0.8mm",
"TSSOP14": "Package_SO:TSSOP-14_4.4x5mm_P0.65mm",
"TSSOP20": "Package_SO:TSSOP-20_4.4x6.5mm_P0.65mm",
Expand Down Expand Up @@ -156,7 +156,7 @@ class Device:
"LQFP208": "LQFP*28x28mm*P0.5mm*",
"TFBGA64": "TFBGA*5x5mm*Layout8x8*P0.5mm*",
"TFBGA100": "TFBGA*8x8mm*Layout10x10*P0.8mm*",
"TFBGA216": "TFBGA*16x16mm*Layout15x15*P0.8mm*",
"TFBGA216": "TFBGA*13x13mm*Layout15x15*P0.8mm*",
"TFBGA240": "TFBGA*14x14mm*Layout17x17*P0.8mm*",
"TSSOP14": "TSSOP*4.4x5mm*P0.65mm*",
"TSSOP20": "TSSOP*4.4x6.5mm*P0.65mm*",
Expand Down

0 comments on commit 9460010

Please sign in to comment.