mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-06 15:05:51 +00:00
Rationalisation of debugging messages.
This commit is contained in:
parent
d957ec6e36
commit
4d9f8d19e2
3 changed files with 1 additions and 47 deletions
6
Debug.h
6
Debug.h
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2015 by Jonathan Naylor G4KLX
|
||||
* Copyright (C) 2015,2016 by Jonathan Naylor G4KLX
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -31,8 +31,6 @@
|
|||
#define DEBUG4(a,b,c,d) serial.writeDebug((a),(b),(c),(d))
|
||||
#define DEBUG5(a,b,c,d,e) serial.writeDebug((a),(b),(c),(d),(e))
|
||||
#define ASSERT(a) serial.writeAssert((a),#a,__FILE__,__LINE__)
|
||||
#define DUMP(a,b) serial.writeDump((a),(b))
|
||||
#define SAMPLES(a,b) serial.writeSamples((a),(b))
|
||||
|
||||
#else
|
||||
|
||||
|
|
@ -42,8 +40,6 @@
|
|||
#define DEBUG4(a,b,c,d)
|
||||
#define DEBUG5(a,b,c,d,e)
|
||||
#define ASSERT(a)
|
||||
#define DUMP(a,b)
|
||||
#define SAMPLES(a,b)
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue