mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-04-06 06:53:31 +00:00
Adding Jonathan G4KLX run-time debugging option
This commit is contained in:
parent
3c42d2e2ef
commit
cce03a4d2f
11 changed files with 22 additions and 67 deletions
|
|
@ -50,12 +50,11 @@ public:
|
|||
void writeDebug(const char* text, int16_t n1, int16_t n2, int16_t n3);
|
||||
void writeDebug(const char* text, int16_t n1, int16_t n2, int16_t n3, int16_t n4);
|
||||
|
||||
void writeAssert(bool cond, const char* text, const char* file, long line);
|
||||
|
||||
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