mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-07 07:25:22 +00:00
Remove the last traces of M17 packet mode and fix a buffer overrun bug.
This commit is contained in:
parent
96c0e5b141
commit
2aabdb61ab
6 changed files with 12 additions and 98 deletions
|
|
@ -67,7 +67,6 @@ public:
|
|||
#if defined(MODE_M17)
|
||||
void writeM17LinkSetup(const uint8_t* data, uint8_t length);
|
||||
void writeM17Stream(const uint8_t* data, uint8_t length);
|
||||
void writeM17Packet(const uint8_t* data, uint8_t length);
|
||||
void writeM17Lost();
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue