From 13be1319b21f51e7876c673743a1877ec8e09bb1 Mon Sep 17 00:00:00 2001 From: Sam Perry <17242713+sdp8483@users.noreply.github.com> Date: Fri, 23 Dec 2022 17:30:52 -0500 Subject: [PATCH] spelling and bad endif --- src/ESP32CAN.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ESP32CAN.h b/src/ESP32CAN.h index 1208c61..7ce4893 100644 --- a/src/ESP32CAN.h +++ b/src/ESP32CAN.h @@ -8,9 +8,9 @@ #include "driver/twai.h" /* Defines ------------------------------------------------------------------- */ -#ifndefine ESP32CAN_DEBUG +#ifndef ESP32CAN_DEBUG #define ESP32CAN_DEBUG 1 /* 1 to serial print */ -#define +#endif /* Macros -------------------------------------------------------------------- */ #if (ESP32CAN_DEBUG == 1)