Merge remote-tracking branch 'upstream/development' into mueller/update-cmd-reply-maps-refactoring

This commit is contained in:
2022-05-13 17:31:02 +02:00
13 changed files with 742 additions and 737 deletions

View File

@ -417,9 +417,7 @@ void SpiComIF::getSpiSpeedAndMode(int spiFd, spi::SpiModes& mode, uint32_t& spee
}
}
const std::string& SpiComIF::getSpiDev() const {
return dev;
}
const std::string& SpiComIF::getSpiDev() const { return dev; }
void SpiComIF::updateLinePolarity(int spiFd) {
clockUpdateTransfer.len = 0;