fix: better debug messages
This commit is contained in:
parent
6ecef87f24
commit
452b37dd6a
2 changed files with 4 additions and 1 deletions
include
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include <logger.h>
|
||||
|
||||
#define LOG_WIRING_DEBUG(x, ...) LOG_DEBUG(x, ##__VA_ARGS__)
|
||||
#define LOG_WIRING_DEBUG(x, ...) LOG_TRACE(x, ##__VA_ARGS__)
|
||||
|
||||
#ifdef WIRING_PI_DEBUG
|
||||
#define wiringPiSetup() LOG_WIRING_DEBUG("wiringPi wiringPiSetup()")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue