Skip to content

Commit 0e1d910

Browse files
Add 3rd link to CRORC
1 parent 26c03a1 commit 0e1d910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommandLineUtilities/AliceLowlevelFrontend/ProgramAliceLowlevelFrontendServer.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class ProgramAliceLowlevelFrontendServer: public AliceO2::Common::Program
227227
if (card.cardType == CardType::Cru) {
228228
links = {0, 1, 2, 3, 4, 5, 6};
229229
} else if (card.cardType == CardType::Crorc) {
230-
links = {0, 1};
230+
links = {0, 1, 2};
231231
} else if (card.cardType == CardType::Dummy) {
232232
links = {0};
233233
}

0 commit comments

Comments
 (0)