moved TmFunnel

This commit is contained in:
Jakob Meier
2022-06-23 12:05:56 +02:00
parent 1ebae7f938
commit af039c540a
5 changed files with 170 additions and 2 deletions

View File

@ -130,7 +130,8 @@ ReturnValue_t CCSDSHandler::initialize() {
}
#if OBSW_SYRLINKS_SIMULATED == 1
ptmeConfig->invertTxClock(true);
// Update data on rising edge
ptmeConfig->invertTxClock(false);
#endif /* OBSW_SYRLINKS_SIMULATED == 1*/
return result;