spelling and bad endif

This commit is contained in:
Sam Perry 2022-12-23 17:30:52 -05:00
parent 308d179e4b
commit 13be1319b2

View file

@ -8,9 +8,9 @@
#include "driver/twai.h" #include "driver/twai.h"
/* Defines ------------------------------------------------------------------- */ /* Defines ------------------------------------------------------------------- */
#ifndefine ESP32CAN_DEBUG #ifndef ESP32CAN_DEBUG
#define ESP32CAN_DEBUG 1 /* 1 to serial print */ #define ESP32CAN_DEBUG 1 /* 1 to serial print */
#define #endif
/* Macros -------------------------------------------------------------------- */ /* Macros -------------------------------------------------------------------- */
#if (ESP32CAN_DEBUG == 1) #if (ESP32CAN_DEBUG == 1)