Switch to using references where possible

This commit is contained in:
Allen Hill
2026-07-17 14:31:54 -07:00
parent 5208e083f3
commit 56936aed10
6 changed files with 96 additions and 96 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ public:
expected<std::unique_ptr<Frame>, Error::Read> read(uint16_t address,
Frame::Print print);
Error::Send send(const Frame *out, Frame::Print print);
Error::Send send(const Frame &out, Frame::Print print);
private:
class Handle;