mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-05 06:26:42 +00:00
Make modem debugging a run-time parameter, not compile-time.
This commit is contained in:
parent
9c9b759db5
commit
9386fb2e11
16 changed files with 22 additions and 51 deletions
|
|
@ -61,6 +61,7 @@ private:
|
|||
uint8_t m_buffer[256U];
|
||||
uint8_t m_ptr;
|
||||
uint8_t m_len;
|
||||
bool m_debug;
|
||||
|
||||
void sendACK();
|
||||
void sendNAK(uint8_t err);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue