From 308d179e4bc982456caf0b6b042023ee81df7ca9 Mon Sep 17 00:00:00 2001 From: Sam Perry <17242713+sdp8483@users.noreply.github.com> Date: Fri, 23 Dec 2022 17:27:40 -0500 Subject: [PATCH] define to disable debug msgs --- src/ESP32CAN.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ESP32CAN.h b/src/ESP32CAN.h index b8bf099..1208c61 100644 --- a/src/ESP32CAN.h +++ b/src/ESP32CAN.h @@ -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)