Index: sources/maintimer.cpp =================================================================== diff -u -rbb8f39a014644c70b832dd2a784f62fa9f6b6106 -reea63d68fc0fb269f8dec64d99f488bcad117220 --- sources/maintimer.cpp (.../maintimer.cpp) (revision bb8f39a014644c70b832dd2a784f62fa9f6b6106) +++ sources/maintimer.cpp (.../maintimer.cpp) (revision eea63d68fc0fb269f8dec64d99f488bcad117220) @@ -34,9 +34,14 @@ */ bool MainTimer::init() { + // coco begin validated: This is a fake data generator for CANBus missing/swapped frames Testing + // will never be executed on the product + // has been tested manually if (gFakeInterval) { startTimer(gFakeInterval); - } else { + } + // coco end + else { startTimer(_interval); } LOG_EVENT(QObject::tr("Main Timer Initialized"));