Skip to content

Commit

Permalink
move decrement down here
Browse files Browse the repository at this point in the history
  • Loading branch information
jstockdale committed Dec 7, 2024
1 parent 71cd603 commit e082ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp32_marauder/CommandLine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ String CommandLine::getSerialInput() {
} else {
serial_buffer[j-1] = serial_buffer[j];
}
serial_buffer_idx--;
}
serial_buffer_idx--;
}
Serial.print(serial_buffer[i]);
}
Expand Down

0 comments on commit e082ab7

Please sign in to comment.