diff --git a/algo/detectors/tof/ReadoutConfig.cxx b/algo/detectors/tof/ReadoutConfig.cxx
index aab8e3ebf865109694cd4409b721aec5c510a7cd..33238820100e333a7709b3d3d131b0b1beea308c 100644
--- a/algo/detectors/tof/ReadoutConfig.cxx
+++ b/algo/detectors/tof/ReadoutConfig.cxx
@@ -185,12 +185,13 @@ namespace cbm::algo::tof
       const auto& crob = pars.crobs.at(uGbtx);
       switch (crob.rpcType) {
         case 2:  // intended fall-through
+        case 1:  // intended fall-through
         case 0: {
           // CBM modules
           BuildChannelsUidMapCbm(uCh, crob);
           break;
         }
-        case 1: {
+        case 11: {
           // STAR eTOF  modules
           BuildChannelsUidMapStar(uCh, crob);
           break;