1
0
forked from fsfw/fsfw

Merge remote-tracking branch 'upstream/master' into mueller/newLocalDataPools

This commit is contained in:
2020-11-02 14:41:47 +01:00
36 changed files with 1443 additions and 989 deletions

View File

@ -1251,7 +1251,7 @@ void DeviceHandlerBase::buildInternalCommand(void) {
if (result == BUSY) {
//so we can track misconfigurations
sif::debug << std::hex << getObjectId()
<< ": DHB::buildInternalCommand: Busy" << std::endl;
<< ": DHB::buildInternalCommand: Busy" << std::dec << std::endl;
result = NOTHING_TO_SEND; //no need to report this
}
}