mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-11 01:14:29 +00:00
Improve the serial port parsing.
This commit is contained in:
parent
81ec23eccc
commit
48c83b19c6
2 changed files with 13 additions and 17 deletions
|
|
@ -57,7 +57,7 @@ public:
|
|||
void writeAssert(bool cond, const char* text, const char* file, long line);
|
||||
|
||||
private:
|
||||
uint8_t m_buffer[250U];
|
||||
uint8_t m_buffer[256U];
|
||||
uint8_t m_ptr;
|
||||
uint8_t m_len;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue