Make modem debugging a run-time parameter, not compile-time.

This commit is contained in:
Jonathan Naylor 2017-04-14 14:19:00 +01:00
parent 9c9b759db5
commit 9386fb2e11
16 changed files with 22 additions and 51 deletions

View file

@ -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);