We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d758e9 commit 5ca51f3Copy full SHA for 5ca51f3
src/serial/command_handlers/validgpios.cpp
@@ -20,7 +20,7 @@ static void handleValidGpios(std::string_view arg, bool isAutomated)
20
for (std::size_t i = 0; i < pins.size(); i++) {
21
if (pins[i]) {
22
buffer.append(std::to_string(i));
23
- buffer.append(",");
+ buffer.append(',');
24
}
25
26
0 commit comments