Skip to content

Commit

Permalink
ASITiger: Plogic fix for OnCellType for new logic cell types
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon committed Oct 11, 2024
1 parent b541d0c commit d578850
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DeviceAdapters/ASITiger/ASIPLogic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1007,6 +1007,8 @@ int CPLogic::OnCellType(MM::PropertyBase* pProp, MM::ActionType eAct, long index
case 13:success = pProp->Set(g_CellTypeCode13); break;
case 14:success = pProp->Set(g_CellTypeCode14); break;
case 15:success = pProp->Set(g_CellTypeCode15); break;
case 16:success = pProp->Set(g_CellTypeCode16); break;
case 17:success = pProp->Set(g_CellTypeCode17); break;
default: break;
}
}
Expand Down

0 comments on commit d578850

Please sign in to comment.