afmt
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2023-02-02 18:22:28 +01:00
parent 7226f02d4b
commit 5a54d4e1ed
2 changed files with 3 additions and 2 deletions

View File

@ -361,7 +361,7 @@ void CcsdsIpCoreHandler::checkTxTimer() {
}
if (transmitterCountdown.hasTimedOut()) {
disableTransmit();
//TODO: set mode to off (move timer to subsystem)
// TODO: set mode to off (move timer to subsystem)
}
}