mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 19:56:40 +00:00
File: Remove puts(), add write_line(), cascade changes in interface.
This commit is contained in:
@@ -207,7 +207,7 @@ public:
|
||||
return write(data.data(), N);
|
||||
}
|
||||
|
||||
Result<size_t> puts(const std::string& string);
|
||||
Optional<Error> write_line(const std::string& s);
|
||||
|
||||
// TODO: Return Result<>.
|
||||
Optional<Error> sync();
|
||||
|
Reference in New Issue
Block a user