We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61fb366 commit d5c2bcfCopy full SHA for d5c2bcf
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 &s)
+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