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