Skip to content

Commit

Permalink
Merge pull request #501 from bls337/ASITiger
Browse files Browse the repository at this point in the history
ASITiger: Plogic fix for OnCellType for new logic cell types
  • Loading branch information
marktsuchida authored Oct 24, 2024
2 parents 3fab4ee + d578850 commit 6b541a0
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 6b541a0

Please sign in to comment.