Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/kactus2/kactus2dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hagantsa committed Apr 18, 2024
2 parents bc067b2 + 03658b4 commit d81bbe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IPXACTmodels/generaldeclarations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,11 +236,11 @@ General::InterfaceMode General::getCompatibleInterfaceMode(InterfaceMode mode)
}
else if (mode == General::INITIATOR)
{
return MIRRORED_MASTER;
return MIRRORED_INITIATOR;
}
else if (mode == General::TARGET)
{
return MIRRORED_SLAVE;
return MIRRORED_TARGET;
}
else if (mode == General::MIRRORED_INITIATOR)
{
Expand Down

0 comments on commit d81bbe9

Please sign in to comment.