binaries in

This commit is contained in:
maliakal_d 2021-11-09 14:36:24 +01:00
parent a59537088b
commit 5143295711
8 changed files with 1 additions and 1 deletions

View File

@ -2166,7 +2166,7 @@ void Detector::updateKernel(const std::string &fname, Positions pos) {
LOG(logINFO) << "Updating Kernel..."; LOG(logINFO) << "Updating Kernel...";
std::vector<char> buffer = readBinaryFile(fname, "Update Kernel"); std::vector<char> buffer = readBinaryFile(fname, "Update Kernel");
pimpl->Parallel(&Module::updateKernel, pos, buffer); pimpl->Parallel(&Module::updateKernel, pos, buffer);
rebootController(pos); //rebootController(pos);
} }
void Detector::rebootController(Positions pos) { void Detector::rebootController(Positions pos) {