Quick fix for unsupported pad types in PNS router.
This commit is contained in:
parent
ec763dfede
commit
8a8e5d8d14
|
@ -97,12 +97,11 @@ private:
|
||||||
|
|
||||||
PNS_ITEM* PNS_ROUTER::syncPad( D_PAD* aPad )
|
PNS_ITEM* PNS_ROUTER::syncPad( D_PAD* aPad )
|
||||||
{
|
{
|
||||||
PNS_LAYERSET layers;
|
PNS_LAYERSET layers( 0, 15 );
|
||||||
|
|
||||||
switch( aPad->GetAttribute() )
|
switch( aPad->GetAttribute() )
|
||||||
{
|
{
|
||||||
case PAD_STANDARD:
|
case PAD_STANDARD:
|
||||||
layers = PNS_LAYERSET( 0, 15 );
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case PAD_SMD:
|
case PAD_SMD:
|
||||||
|
|
Loading…
Reference in New Issue