Index: netmap.c =================================================================== --- netmap.c (revision 34114) +++ netmap.c (revision 34115) @@ -118,7 +118,9 @@ PCB_PADSTACK_LOOP(subc->data) { list_pstk_cb(ctx, pcb, padstack); } PCB_END_LOOP; -TODO("subc: heavy terminals - test on io_hyp") + + /* Heavy terminals don't need to be checked since floating copper find will + find the net segs connected to them */ return 0; }