mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-24 14:25:34 +00:00
Fix miscellaneous bugs identified by Claude
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user