Skip to content

fix wrong location of excluded pins in QFN package generator

By incident I found that then pin_counter variable, used to check for excluded_pins is not counting correct on the first of the four QFN sides. This results in multiple missing pins (in case pin 1 is specified to be excluded) and/or wrong locations of excluded pins (if pin number is not 1).

This patch fixes the problem.

Merge request reports