Fix miscellaneous bugs identified by Claude

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Allen Hill
2026-07-08 13:15:59 -07:00
parent cd11501074
commit 2ed6066609
10 changed files with 133 additions and 135 deletions
+1
View File
@@ -20,6 +20,7 @@ struct Frame {
};
using Error = detail::Error;
static constexpr int MAXLENGTH = 32;
static constexpr int MIN_SIZE = 7;
Error::Parse parse(const uint8_t *bytes, uint8_t len);
void print(Print print) const;