spelling and bad endif
This commit is contained in:
parent
308d179e4b
commit
13be1319b2
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue