define to disable debug msgs

This commit is contained in:
Sam Perry 2022-12-23 17:27:40 -05:00
parent d9edd16d7a
commit 308d179e4b

View file

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