Skip to content

Commit 5ca51f3

Browse files
committed
Update validgpios.cpp
1 parent 9d758e9 commit 5ca51f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serial/command_handlers/validgpios.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ static void handleValidGpios(std::string_view arg, bool isAutomated)
2020
for (std::size_t i = 0; i < pins.size(); i++) {
2121
if (pins[i]) {
2222
buffer.append(std::to_string(i));
23-
buffer.append(",");
23+
buffer.append(',');
2424
}
2525
}
2626

0 commit comments

Comments
 (0)