Update to new FSFW release. Minor changes to include path

This commit is contained in:
2021-03-09 10:24:28 +01:00
171 changed files with 7367 additions and 1306 deletions

View File

@ -1235,7 +1235,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
}
}