RTD Update #251

Merged
meierj merged 36 commits from mueller/rtds-update into develop 2022-05-23 16:20:38 +02:00
95 changed files with 2378 additions and 1580 deletions
Showing only changes of commit b12a634b81 - Show all commits

View File

@ -140,7 +140,7 @@ ReturnValue_t Max31865EiveHandler::initializeLocalDataPool(localpool::DataPool&
return RETURN_OK; return RETURN_OK;
} }
void Max31865EiveHandler::setDeviceInfo(uint8_t idx_, std::string locaction_) { void Max31865EiveHandler::setDeviceInfo(uint8_t idx_, std::string location_) {
idx = idx_; idx = idx_;
locString = std::move(locaction_); locString = std::move(location_);
} }