define to disable debug msgs
This commit is contained in:
parent
d9edd16d7a
commit
308d179e4b
1 changed files with 2 additions and 0 deletions
|
@ -8,7 +8,9 @@
|
|||
#include "driver/twai.h"
|
||||
|
||||
/* Defines ------------------------------------------------------------------- */
|
||||
#ifndefine ESP32CAN_DEBUG
|
||||
#define ESP32CAN_DEBUG 1 /* 1 to serial print */
|
||||
#define
|
||||
|
||||
/* Macros -------------------------------------------------------------------- */
|
||||
#if (ESP32CAN_DEBUG == 1)
|
||||
|
|
Loading…
Reference in a new issue