ACS & TCS Board and Reaction Wheels working together now #117

Merged
meierj merged 5 commits from mueller/acs-tcs-rwheel-working-together into develop 2021-12-17 14:48:42 +01:00
Showing only changes of commit 64ab445f4e - Show all commits

View File

@ -1094,8 +1094,8 @@ ReturnValue_t CoreController::handleProtInfoUpdateLine(std::string nextLine) {
uint8_t wordIdx = 0;
uint8_t arrayIdx = 0;
istringstream iss(nextLine);
Chip currentChip;
Copy currentCopy;
Chip currentChip = Chip::CHIP_0;
Copy currentCopy = Copy::COPY_0;
while(iss >> word) {
if(wordIdx == 1) {
currentChip = static_cast<Chip>(stoi(word));