We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b21f4d4 commit 61fb366Copy full SHA for 61fb366
examples/platform/esp32/pw_sys_io/sys_io_esp32.cc
@@ -93,7 +93,7 @@ Status WriteByte(std::byte b)
93
}
94
95
// Writes a string using pw::sys_io, and add newline characters at the end.
96
-StatusWithSize WriteLine(std::string_view &)
+StatusWithSize WriteLine(std::string_view &s)
97
{
98
size_t chars_written = 0;
99
StatusWithSize result = WriteBytes(pw::as_bytes(pw::span(s)));
0 commit comments