mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 14:08:33 +00:00
Fix buffer overrun in the serial code.
This commit is contained in:
parent
f4262c3a24
commit
a1b51d4dff
2 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ private:
|
|||
#if defined(__MBED__)
|
||||
Serial m_serial;
|
||||
#endif
|
||||
uint8_t m_buffer[130U];
|
||||
uint8_t m_buffer[250U];
|
||||
uint8_t m_ptr;
|
||||
uint8_t m_len;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue