changes from master taken over

This commit is contained in:
Robin Müller 2020-10-29 15:25:03 +01:00
parent 4b2af9eaa6
commit fb12045f23

View File

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