This commit is contained in:
parent
481756b014
commit
64ab445f4e
@ -1094,8 +1094,8 @@ ReturnValue_t CoreController::handleProtInfoUpdateLine(std::string nextLine) {
|
|||||||
uint8_t wordIdx = 0;
|
uint8_t wordIdx = 0;
|
||||||
uint8_t arrayIdx = 0;
|
uint8_t arrayIdx = 0;
|
||||||
istringstream iss(nextLine);
|
istringstream iss(nextLine);
|
||||||
Chip currentChip;
|
Chip currentChip = Chip::CHIP_0;
|
||||||
Copy currentCopy;
|
Copy currentCopy = Copy::COPY_0;
|
||||||
while(iss >> word) {
|
while(iss >> word) {
|
||||||
if(wordIdx == 1) {
|
if(wordIdx == 1) {
|
||||||
currentChip = static_cast<Chip>(stoi(word));
|
currentChip = static_cast<Chip>(stoi(word));
|
||||||
|
Loading…
Reference in New Issue
Block a user